mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[themes] Insure groupbox checkbox indicator size equals that of normal checkbox
This commit is contained in:
parent
e4e0948a3d
commit
aec05a7288
@ -526,18 +526,19 @@ QGroupBox::title {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
QGroupBox::indicator {
|
||||
width: 0.9em;
|
||||
height: 0.9em;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:unchecked {
|
||||
border: 1px solid @background;
|
||||
image: url(@theme_path/icons/qcheckbox-unchecked.svg);
|
||||
width:0.8em;
|
||||
height:0.8em;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:checked {
|
||||
border: 1px solid @background;
|
||||
image: url(@theme_path/icons/qcheckbox-checked.svg);
|
||||
width:0.8em;
|
||||
height:0.8em;
|
||||
}
|
||||
|
||||
/* ==================================================================================== */
|
||||
|
@ -537,18 +537,19 @@ QGroupBox::title {
|
||||
color: @textlight;
|
||||
}
|
||||
|
||||
QGroupBox::indicator {
|
||||
width: 0.9em;
|
||||
height: 0.9em;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:unchecked {
|
||||
border: 1px solid @background;
|
||||
image: url(@theme_path/icons/qcheckbox-unchecked.svg);
|
||||
width:0.8em;
|
||||
height:0.8em;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:checked {
|
||||
border: 1px solid @background;
|
||||
image: url(@theme_path/icons/qcheckbox-checked.svg);
|
||||
width:0.8em;
|
||||
height:0.8em;
|
||||
}
|
||||
|
||||
/* ==================================================================================== */
|
||||
|
Loading…
x
Reference in New Issue
Block a user