mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -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;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QGroupBox::indicator {
|
||||||
|
width: 0.9em;
|
||||||
|
height: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
QGroupBox::indicator:unchecked {
|
QGroupBox::indicator:unchecked {
|
||||||
border: 1px solid @background;
|
border: 1px solid @background;
|
||||||
image: url(@theme_path/icons/qcheckbox-unchecked.svg);
|
image: url(@theme_path/icons/qcheckbox-unchecked.svg);
|
||||||
width:0.8em;
|
|
||||||
height:0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox::indicator:checked {
|
QGroupBox::indicator:checked {
|
||||||
border: 1px solid @background;
|
border: 1px solid @background;
|
||||||
image: url(@theme_path/icons/qcheckbox-checked.svg);
|
image: url(@theme_path/icons/qcheckbox-checked.svg);
|
||||||
width:0.8em;
|
|
||||||
height:0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==================================================================================== */
|
/* ==================================================================================== */
|
||||||
|
@ -537,18 +537,19 @@ QGroupBox::title {
|
|||||||
color: @textlight;
|
color: @textlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QGroupBox::indicator {
|
||||||
|
width: 0.9em;
|
||||||
|
height: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
QGroupBox::indicator:unchecked {
|
QGroupBox::indicator:unchecked {
|
||||||
border: 1px solid @background;
|
border: 1px solid @background;
|
||||||
image: url(@theme_path/icons/qcheckbox-unchecked.svg);
|
image: url(@theme_path/icons/qcheckbox-unchecked.svg);
|
||||||
width:0.8em;
|
|
||||||
height:0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox::indicator:checked {
|
QGroupBox::indicator:checked {
|
||||||
border: 1px solid @background;
|
border: 1px solid @background;
|
||||||
image: url(@theme_path/icons/qcheckbox-checked.svg);
|
image: url(@theme_path/icons/qcheckbox-checked.svg);
|
||||||
width:0.8em;
|
|
||||||
height:0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==================================================================================== */
|
/* ==================================================================================== */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user