mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] ImageGallery: fix footer layout issue
This commit is contained in:
parent
7b3523d44c
commit
dab3010b1a
1 changed files with 6 additions and 8 deletions
|
@ -9,15 +9,16 @@ import QtQuick.Layouts 1.3
|
|||
*/
|
||||
Item {
|
||||
id: control
|
||||
property alias iconText: icon.text
|
||||
property alias iconSize: icon.font.pointSize
|
||||
property alias iconText: iconItem.text
|
||||
property alias iconSize: iconItem.font.pointSize
|
||||
property alias label: labelItem.text
|
||||
width: childrenRect.width
|
||||
height: childrenRect.height
|
||||
implicitWidth: childrenRect.width
|
||||
implicitHeight: childrenRect.height
|
||||
anchors.rightMargin: 5
|
||||
|
||||
RowLayout {
|
||||
Label {
|
||||
id: icon
|
||||
id: iconItem
|
||||
font.family: MaterialIcons.fontFamily
|
||||
font.pointSize: 13
|
||||
padding: 0
|
||||
|
@ -29,9 +30,6 @@ Item {
|
|||
text: ""
|
||||
color: palette.text
|
||||
}
|
||||
Item {
|
||||
width: 5
|
||||
}
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue