Commit a512ad6
committed
[GTK4] Fix scrollbar warnings when using Breeze theme
Trying to open e.g. a shell (or any widget with a scrollbar) produces
the following warning:
> GtkGizmo (...) (slider) reported min height -2, but sizes must be >= 0
This is a bug with the KDE theme:
https://bugs.kde.org/show_bug.cgi?id=486766
More specifically, the theme is reporting the wrong size for the
scroll-bar (6px, as opposed to 8px). To fix this, adjust the CSS theme
to define a minimum size for the slider.
To reproduce, run Snippet1 with GTK4 and the Breeze theme.1 parent a641cdb commit a512ad6
File tree
1 file changed
+5
-0
lines changed- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
0 commit comments