Improve MainPane when reduced to minimumSize
This commit is contained in:
@@ -42,7 +42,6 @@ HTileDelegate {
|
||||
Behavior on spacing { HNumberAnimation {} }
|
||||
|
||||
Binding on spacing {
|
||||
id: spacebind
|
||||
value: (roomPane.minimumSize - loadedImage.width) / 2
|
||||
when: loadedImage &&
|
||||
roomPane.width < loadedImage.width + theme.spacing * 2
|
||||
|
Reference in New Issue
Block a user