On 22.10.23 15:23, Enrico Tröger via Users wrote:
On 22.10.23 02:25, Lex Trotman via Users wrote:
On Sun, 22 Oct 2023 at 05:53, Enrico Tröger via Users users@lists.geany.org wrote:
On 21.10.23 18:21, Georg Klingenberg via Users wrote:
when running Pylint
Interesting, it's the same here (with another theme than Adwaita). AFAIR the progress bar was always at the right side of the status bar but it filled the full height (vertically).
Yeah, but it went on a diet :-)
Here by default it is not in the middle, but not right on the bottom either.
And as I said geany.css can move it:
progressbar { margin: 10px 10px 20px 10px; }
thats top right bottom left and you may need to adjust the values for your screen resolution.
For me the following works:
progress { min-height: 10px; } progressbar trough { padding-top: 5px; padding-bottom: 5px; }
Just in case anyone doesn't know yet: you can easily modify custom CSS from within Geany: Tools->Configuration Files->geany.css