Add margin space to the right of the 3 dots user menu.
authorCamila Ayres <hello@camilasan.com>
Thu, 12 Sep 2024 17:52:13 +0000 (19:52 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 11:40:45 +0000 (11:40 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/UserLine.qml

index 053a6a6a5d257465706273fb194d43146ac1acc8..396acfc472e3a7c21ff5f462e592f32696402c0c 100644 (file)
@@ -151,6 +151,7 @@ AbstractButton {
                 anchors.fill: parent\r
                 source: "image://svgimage-custom-color/more.svg/" + palette.windowText\r
                 fillMode: Image.PreserveAspectFit\r
+                anchors.rightMargin: Style.accountLabelsAnchorsMargin\r
             }\r
 \r
             AutoSizingMenu {\r