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:
0f689fd
)
Reduce size of tray window header
author
Claudio Cambra
<claudio.cambra@nextcloud.com>
Tue, 19 Nov 2024 03:58:57 +0000
(11:58 +0800)
committer
Claudio Cambra
<claudio.cambra@nextcloud.com>
Thu, 21 Nov 2024 05:21:02 +0000
(13:21 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
theme/Style/Style.qml
patch
|
blob
|
history
diff --git
a/theme/Style/Style.qml
b/theme/Style/Style.qml
index a097bc61feaf4cb748223b3a0a92cc0836ccf2b6..6d63d2898a7055a61bbe80b971a0745ffd8ad006 100644
(file)
--- a/
theme/Style/Style.qml
+++ b/
theme/Style/Style.qml
@@
-44,7
+44,7
@@
QtObject {
// dropdown menus radius
\r
property int halfTrayWindowRadius: 5
\r
property int trayWindowBorderWidth: variableSize(1)
\r
- property int trayWindowHeaderHeight: variableSize(
6
0)
\r
+ property int trayWindowHeaderHeight: variableSize(
5
0)
\r
property int trayHorizontalMargin: 10
\r
property int trayModalWidth: 380
\r
property int trayModalHeight: 490
\r