From 963dde2b08d680c08271c21aaff095521061189b Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Tue, 22 Jul 2025 19:18:25 +0000 Subject: [PATCH] themes: Define minimum height of progress bar On some system themes, the progress bar on the status bar was less visible due to the minimum height being set too low. This patch defines a CSS rule to make sure the progress bar is at least 10px tall. --- themes/Default/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/Default/common.css b/themes/Default/common.css index f9b9da98dc..b07af2ca46 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -674,7 +674,6 @@ border { dialog notebook.frame { border: 1px solid @border-color; } - GimpColorNotebook notebook.frame { border-width: 0px; } @@ -794,6 +793,11 @@ actionbar revealer box { border-top-color: @strong-border-color; } +statusbar progressbar trough, +statusbar progressbar progress { + min-height: 10px; +} + /* Sidebar in File > Open */ /* The background to either side of the directory buttons.