Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-05-25 22:12:41 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-06-16 10:55:33 +0300
commit5585f61cc0205cf8d39a239ccc64d8f0d746af9c (patch)
tree8ffdc25bb8e3eddfd99087c0c3ad328c5e8ccc23 /theme
parentc8edb11228cc3a5d1b290b3bc30071331ee9c6b6 (diff)
Fix QML warning: Detected anchors on an item that is managed by a layout.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'theme')
-rw-r--r--theme/Style/Style.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml
index 9e5233c4e..2be542e5e 100644
--- a/theme/Style/Style.qml
+++ b/theme/Style/Style.qml
@@ -52,6 +52,7 @@ QtObject {
property int accountLabelsSpacing: 4
property int accountLabelsAnchorsMargin: 7
property int accountLabelsLayoutMargin: 9
+ property int accountLabelsLayoutTopMargin: 12
// Visual behaviour
property bool hoverEffectsEnabled: true