diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ - enable to translate menu entry here rather than in menu-messages (#43580) - right part: + o adjust spacing o remove gray gradient o reduce subtitles font size diff --git a/control-center b/control-center index 3b0420a3..3575d399 100755 --- a/control-center +++ b/control-center @@ -838,6 +838,7 @@ foreach (@tree) { text-align: $align; color: #5A8AD6; font-weight: bold; + margin-top: 16px; } #top_margin { margin-top: 30px; |