diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js index 1c6884e92..0b9c0d932 100644 --- a/js/ui/dateMenu.js +++ b/js/ui/dateMenu.js @@ -272,6 +272,7 @@ class WeatherSection extends St.Button { style_class: 'weather-header', x_align: Clutter.ActorAlign.START, x_expand: true, + y_align: Clutter.ActorAlign.END, text: _('Weather'), })); box.add_child(titleBox); @@ -279,6 +280,7 @@ class WeatherSection extends St.Button { this._titleLocation = new St.Label({ style_class: 'weather-header location', x_align: Clutter.ActorAlign.END, + y_align: Clutter.ActorAlign.END, }); titleBox.add_child(this._titleLocation);