theme: Restrict the aggregate menu to 320px

Like in the designs. This also requires that we don't put a min-width
on sliders, as 15em is smaller than 320px.

https://bugzilla.gnome.org/show_bug.cgi?id=705845
This commit is contained in:
Jasper St. Pierre
2013-07-01 14:19:12 -04:00
parent cb09ae5cc0
commit 978ab2cdaa
2 changed files with 5 additions and 1 deletions

View File

@ -846,6 +846,7 @@ const AggregateMenu = new Lang.Class({
_init: function() {
this.parent(0.0, _("Settings Menu"), false);
this.menu.actor.add_style_class_name('aggregate-menu');
this._indicators = new St.BoxLayout({ style_class: 'panel-status-indicators-box' });
this.actor.add_child(this._indicators);