mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: explicitly reference the button for size
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4491c91b93
commit
16759715e6
1 changed files with 4 additions and 4 deletions
|
@ -54,8 +54,8 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
height: childrenRect.height
|
height: saveButton.height
|
||||||
width: childrenRect.width
|
width: saveButton.width
|
||||||
Button {
|
Button {
|
||||||
id: saveButton
|
id: saveButton
|
||||||
text: "Save"
|
text: "Save"
|
||||||
|
@ -70,8 +70,8 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
height: childrenRect.height
|
height: cancelButton.height
|
||||||
width: childrenRect.width
|
width: cancelButton.width
|
||||||
Button {
|
Button {
|
||||||
id: cancelButton
|
id: cancelButton
|
||||||
text: "Cancel"
|
text: "Cancel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue