mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
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:
parent
3488fd7c7f
commit
7fe138330e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue