popupMenu: give sliders a minimum width
The simpler volume menu resulted in a slider that was too short. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=635393
This commit is contained in:
parent
6adc12368c
commit
6aac51a2a7
@ -149,6 +149,7 @@ StTooltip StLabel {
|
||||
|
||||
.popup-slider-menu-item {
|
||||
height: 1em;
|
||||
min-width: 15em;
|
||||
-slider-height: 0.3em;
|
||||
-slider-background-color: #333333;
|
||||
-slider-border-color: #5f5f5f;
|
||||
|
Loading…
Reference in New Issue
Block a user