mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widget/qml: avoid binding loop in GlobalDrawer
rightPadding seems defined in Kirigami and the default value causes a binding loop. set rightPadding directly. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
88cbcf5c6e
commit
af1ca2af81
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ Kirigami.ApplicationWindow {
|
|||
globalDrawer: Kirigami.GlobalDrawer {
|
||||
id: gDrawer
|
||||
height: rootItem.height
|
||||
rightPadding: 0
|
||||
enabled: (prefs.credentialStatus === CloudStatus.CS_NOCLOUD ||
|
||||
prefs.credentialStatus === CloudStatus.CS_VERIFIED)
|
||||
topContent: Image {
|
||||
|
|
Loading…
Add table
Reference in a new issue