mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
win32 theme: Add checkbutton spacing
The number is taken right from Wine source code.
This commit is contained in:
parent
01bcda8a8c
commit
2782a14fc4
@ -326,6 +326,19 @@ button:disabled {
|
||||
padding-left: calc(1px + -gtk-win32-part-border-left(button, 1, 4));
|
||||
}
|
||||
|
||||
/* checkbuttons */
|
||||
|
||||
/* This is the magic spacing that's hardcoded in Wine */
|
||||
checkbutton:dir(ltr) check,
|
||||
radiobutton:dir(ltr) radio {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
checkbutton:dir(rtl) check,
|
||||
radiobutton:dir(rtl) radio {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
/* Scrollbars */
|
||||
|
||||
/* TODO: Win32 has different concept for upper and lower trough, we
|
||||
|
Loading…
Reference in New Issue
Block a user