Skip to content

Commit

Permalink
Merge pull request #5816 from brownsr/vpanelf14
Browse files Browse the repository at this point in the history
add vertical style class to workspace switcher in a vertical panel
  • Loading branch information
clefebvre committed Oct 24, 2016
2 parents caf33ee + 2633e4b commit e529f61
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -191,6 +191,7 @@ SimpleButton.prototype = {
} else {
this.actor.set_height(0.6 * applet._panelHeight); // factors are completely empirical
this.actor.set_width(0.9 * applet._panelHeight);
this.actor.add_style_class_name('vertical');
}
}
let label = new St.Label({ text: (index + 1).toString() });
Expand Down

0 comments on commit e529f61

Please sign in to comment.