diff options
author | Weblate <noreply@weblate.org> | 2016-12-27 14:11:25 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2016-12-27 14:11:25 +0000 |
commit | 14a9c31321ccc516d2116cdf8614abcbf8d4bcc1 (patch) | |
tree | ee59a5a9fb35e2c6e7a70ad4c0151d96ef011986 /src-qt5 | |
parent | Translated using Weblate (lumina_CONFIG@hu (generated)) (diff) | |
parent | Adjust the QMenu margins a bit more: use 2em for both the left and right marg... (diff) | |
download | lumina-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.template | 2 |
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; } |