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:
Dan Winship 2010-11-22 14:11:43 -05:00
parent 6adc12368c
commit 6aac51a2a7

View File

@ -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;