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:
parent
13229a6d86
commit
ee7e46fbf6
@ -235,10 +235,6 @@ StTooltip {
|
|||||||
spacing: 4px;
|
spacing: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusTray {
|
|
||||||
spacing: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#legacyTray {
|
#legacyTray {
|
||||||
spacing: 14px;
|
spacing: 14px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user