Styling tweak for launcher hangars list
This commit is contained in:
parent
2c48914630
commit
a94d893124
1 changed files with 6 additions and 2 deletions
|
@ -18,15 +18,18 @@ Flickable {
|
||||||
// adding process is complete
|
// adding process is complete
|
||||||
visible: !model.isNewlyAdded
|
visible: !model.isNewlyAdded
|
||||||
|
|
||||||
height: catalogTextColumn.childrenRect.height
|
height: catalogTextColumn.childrenRect.height + Style.margin * 2
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: Style.minorFrameColor
|
border.color: Style.themeColor
|
||||||
width: catalogsColumn.width
|
width: catalogsColumn.width
|
||||||
|
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: catalogTextColumn
|
id: catalogTextColumn
|
||||||
|
|
||||||
|
y: Style.margin
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
anchors.leftMargin: Style.margin
|
||||||
anchors.right: catalogDeleteButton.left
|
anchors.right: catalogDeleteButton.left
|
||||||
anchors.rightMargin: Style.margin
|
anchors.rightMargin: Style.margin
|
||||||
spacing: Style.margin
|
spacing: Style.margin
|
||||||
|
@ -67,6 +70,7 @@ Flickable {
|
||||||
DeleteButton {
|
DeleteButton {
|
||||||
id: catalogDeleteButton
|
id: catalogDeleteButton
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
anchors.rightMargin: Style.margin
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
visible: delegateHover.containsMouse
|
visible: delegateHover.containsMouse
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue