projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3488fd7
)
Double the width of the Apps menu (x starts at the Talk button)
author
Michael Schuster
<michael@schuster.ms>
Wed, 15 Jan 2020 23:57:49 +0000
(
00:57
+0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/src/gui/tray/Window.qml
b/src/gui/tray/Window.qml
index db4c4427d2e1debd31c4731c42340afdf18da094..45f1c52aaa7236e2682baf120f82fea98db0f4aa 100644
(file)
--- a/
src/gui/tray/Window.qml
+++ b/
src/gui/tray/Window.qml
@@
-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