Allow a more customized round checkbox.
This commit is contained in:
parent
6abad69ca6
commit
d431d803c8
1 changed files with 2 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ RoundCheckbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
RoundImageCheckbox {
|
RoundImageCheckbox {
|
||||||
|
selectExtendTwice: pixels;
|
||||||
imageRadius: pixels;
|
imageRadius: pixels;
|
||||||
imageSmallRadius: pixels;
|
imageSmallRadius: pixels;
|
||||||
selectWidth: pixels;
|
selectWidth: pixels;
|
||||||
|
|
@ -1062,6 +1063,7 @@ defaultPeerListCheck: RoundCheckbox(defaultRoundCheckbox) {
|
||||||
check: defaultPeerListCheckIcon;
|
check: defaultPeerListCheckIcon;
|
||||||
}
|
}
|
||||||
defaultPeerListCheckbox: RoundImageCheckbox {
|
defaultPeerListCheckbox: RoundImageCheckbox {
|
||||||
|
selectExtendTwice: 0px;
|
||||||
imageRadius: 21px;
|
imageRadius: 21px;
|
||||||
imageSmallRadius: 18px;
|
imageSmallRadius: 18px;
|
||||||
selectWidth: 2px;
|
selectWidth: 2px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue