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:
Florian Müllner
2013-07-11 16:09:54 +02:00
parent c5dfc432d9
commit 777189d7bd
2 changed files with 14 additions and 75 deletions

View File

@ -101,7 +101,7 @@ StScrollBar StButton#vhandle:active {
/* Check Boxes */
.check-box ShellGenericContainer {
.check-box StBoxLayout {
spacing: .8em;
}