[dash] Swap More for triangle

In newer mockup.

https://bugzilla.gnome.org/show_bug.cgi?id=600734
This commit is contained in:
Colin Walters
2009-11-06 18:32:41 -05:00
parent 06cf6c51f3
commit 4014313910
4 changed files with 97 additions and 7 deletions

View File

@ -345,8 +345,8 @@ MoreLink.prototype = {
reactive: true });
this.pane = null;
let text = new St.Label({ text: _("More") });
this.actor.add(text, { expand: true, y_fill: false });
let expander = new St.Bin({ style_class: "more-link-expander" });
this.actor.add(expander, { expand: true, y_fill: false });
this.actor.connect('button-press-event', Lang.bind(this, function (b, e) {
if (this.pane == null) {