mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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 {
|
||||
height: childrenRect.height
|
||||
width: childrenRect.width
|
||||
height: saveButton.height
|
||||
width: saveButton.width
|
||||
Button {
|
||||
id: saveButton
|
||||
text: "Save"
|
||||
|
@ -70,8 +70,8 @@ Item {
|
|||
}
|
||||
|
||||
Item {
|
||||
height: childrenRect.height
|
||||
width: childrenRect.width
|
||||
height: cancelButton.height
|
||||
width: cancelButton.width
|
||||
Button {
|
||||
id: cancelButton
|
||||
text: "Cancel"
|
||||
|
|
Loading…
Add table
Reference in a new issue