aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2016-12-27 14:11:25 +0000
committerWeblate <noreply@weblate.org>2016-12-27 14:11:25 +0000
commit14a9c31321ccc516d2116cdf8614abcbf8d4bcc1 (patch)
treeee59a5a9fb35e2c6e7a70ad4c0151d96ef011986 /src-qt5
parentTranslated using Weblate (lumina_CONFIG@hu (generated)) (diff)
parentAdjust the QMenu margins a bit more: use 2em for both the left and right marg... (diff)
downloadlumina-14a9c31321ccc516d2116cdf8614abcbf8d4bcc1.tar.gz
lumina-14a9c31321ccc516d2116cdf8614abcbf8d4bcc1.tar.bz2
lumina-14a9c31321ccc516d2116cdf8614abcbf8d4bcc1.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/themes/Glass.qss.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/themes/Glass.qss.template b/src-qt5/core/themes/Glass.qss.template
index 13f133fa..8cae37ca 100644
--- a/src-qt5/core/themes/Glass.qss.template
+++ b/src-qt5/core/themes/Glass.qss.template
@@ -73,7 +73,7 @@ QMenu::item{
background: transparent;
border: 1px solid transparent;
color: %%TEXTCOLOR%%;
- padding: 4px 2em 4px 1em;
+ padding: 4px 2em 4px 2em;
margin-left: 3px;
margin-right: 3px;
}
bgstack15