Double the width of the Apps menu (x starts at the Talk button)
authorMichael Schuster <michael@schuster.ms>
Wed, 15 Jan 2020 23:57:49 +0000 (00:57 +0100)
committerMichael Schuster <michael@schuster.ms>
Wed, 15 Jan 2020 23:57:49 +0000 (00:57 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/tray/Window.qml

index db4c4427d2e1debd31c4731c42340afdf18da094..45f1c52aaa7236e2682baf120f82fea98db0f4aa 100644 (file)
@@ -413,7 +413,7 @@ Window {
                         Menu {\r
                             id: appsMenu\r
                             y: (trayWindowAppsButton.y + trayWindowAppsButton.height + 2)\r
-                            width: (trayWindowAppsButton.width - 2)\r
+                            width: (trayWindowAppsButton.width * 2)\r
                             closePolicy: "CloseOnPressOutside"\r
 \r
                             background: Rectangle {\r