[Github-comments] [geany/geany] Make status bar thinner by using GtkBox instead of GtkStatusBar (PR #3058)

Jiří Techet notifications at xxxxx
Mon Dec 20 09:20:05 UTC 2021


OK, I must be stupid, tried it again and it works - perhaps I just made some syntax error in the css, I don't know. Since this works, what about doing the following - adding the following lines to default `geany.css`:

```
/* use the following to reduce the size of the statusbar if needed */
/*
statusbar {
	margin: -6px 0;
}
*/
```

This would be commented-out by default because we don't know about what the theme does on user's system but this would make it easier to discover how to reduce the size of the statusbar for users. What do you think?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3058#issuecomment-997742187
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3058/c997742187 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211220/6e54b153/attachment.htm>


More information about the Github-comments mailing list