Fix vertical align of info text with gnome-shell 3.10; ported from Neroth's weather extension.

yahoo_weather
Jens Lody 11 years ago
parent c6252dae79
commit e612a60532
  1. 1
      src/extension.js

@ -129,6 +129,7 @@ const WeatherMenuButton = new Lang.Class({
// Label
this._weatherInfo = new St.Label({
y_align: Clutter.ActorAlign.CENTER,
text: _('...')
});

Loading…
Cancel
Save