Solve spacing issue in system status area

Shell implemented indicators got padding from default button style,
and also spacing from their container, so too much space was left
between them. This only became apparent when more than one was
implemented, though.
This commit is contained in:
Giovanni Campagna 2010-10-08 19:44:03 +02:00 committed by Giovanni Campagna
parent 13229a6d86
commit ee7e46fbf6

View File

@ -235,10 +235,6 @@ StTooltip {
spacing: 4px;
}
#statusTray {
spacing: 14px;
}
#legacyTray {
spacing: 14px;
padding-left: 14px;