checkBox: Remove custom container implementation
The only point of using a custom container here was to prevent StBoxLayout from enforcing the wrong request mode based on the orientation. With that issue fixed, we can simplify the checkbox widget significantly. https://bugzilla.gnome.org/show_bug.cgi?id=703811
This commit is contained in:
@ -101,7 +101,7 @@ StScrollBar StButton#vhandle:active {
|
||||
|
||||
/* Check Boxes */
|
||||
|
||||
.check-box ShellGenericContainer {
|
||||
.check-box StBoxLayout {
|
||||
spacing: .8em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user