gnome-shell: make aggregate-menu wider (#447)

pull/463/head
Horst3180 8 years ago
parent 6d7ab710c8
commit f7a1c002e1

@ -734,7 +734,7 @@ StScrollBar {
color: transparent; }
.aggregate-menu {
min-width: 21em; }
min-width: 23em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }

@ -734,7 +734,7 @@ StScrollBar {
color: transparent; }
.aggregate-menu {
min-width: 21em; }
min-width: 23em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }

@ -988,7 +988,7 @@ StScrollBar {
}
.aggregate-menu {
min-width: 21em;
min-width: 23em;
.popup-menu-icon { padding: 0 4px; }
}

Loading…
Cancel
Save