Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 20 Dec 2021 09:51:41 UTC Commit: b8c9d99bb7012127017dac7433cec85cde45561e https://github.com/geany/geany/commit/b8c9d99bb7012127017dac7433cec85cde4556...
Log Message: ----------- 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).