Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Mon, 27 Dec 2021 08:52:43 UTC Commit: 48d4f58966ea81a06e77b9f75079dc989f4636ea https://github.com/geany/geany/commit/48d4f58966ea81a06e77b9f75079dc989f4636...
Log Message: ----------- Merge pull request #3061 from techee/css_statusbar
Make it easier to discover how to reduce the size of the statusbar
Modified Paths: -------------- data/geany.css
Modified: data/geany.css 7 lines changed, 7 insertions(+), 0 deletions(-) =================================================================== @@ -52,3 +52,10 @@ #geany-terminal-dirty { color: #ff3030; } + +/* Uncomment the following to reduce the size of the statusbar if needed */ +/* +statusbar { + margin: -6px 0; +} +*/
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).