Double the width of the Apps menu (x starts at the Talk button)

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2020-01-16 00:57:49 +01:00
parent 3488fd7c7f
commit 7fe138330e
No known key found for this signature in database
GPG key ID: 00819E3BF4177B28

View file

@ -413,7 +413,7 @@ Window {
Menu {
id: appsMenu
y: (trayWindowAppsButton.y + trayWindowAppsButton.height + 2)
width: (trayWindowAppsButton.width - 2)
width: (trayWindowAppsButton.width * 2)
closePolicy: "CloseOnPressOutside"
background: Rectangle {