themes: Define slider padding values in System theme

Resolves #12999
Ports the padding and margin definitions
for GimpSpinScale from 6a820e94 to the
System theme.
This commit is contained in:
Alx Sa 2025-02-26 02:09:09 +00:00
parent 1df9dc5751
commit 7a72a30e3a

View file

@ -111,12 +111,14 @@ spinbutton entry {
GimpSpinScale entry {
/* Important: prevent overhigh spin scale */
min-height: 16px;
padding: 0px 8px 0px 5px;
}
GimpSpinScale entry progress {
background-color: @theme_selected_bg_color;
border-width: 0px;
border-radius: 3px;
margin: 0px -8px 0px -5px;
}
GimpSpinScale button {