summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2021-04-24 15:04:34 +0200
committerMarcus Lundblad <ml@update.uu.se>2021-04-24 15:04:34 +0200
commit3281a7389d8233279e44d54dff3bf20f9e5829d0 (patch)
tree0772f6124ae8d0834a09c16abd90c719b62aecd7
parentb10edea723ce0eb758b1d3fd89142c8c9308a114 (diff)
downloadgnome-maps-wip/mlundblad/place-details-hexpand.tar.gz
placeView: Set hexpand on details boxwip/mlundblad/place-details-hexpand
-rw-r--r--src/placeView.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/placeView.js b/src/placeView.js
index fff3f6a8..23c7dd07 100644
--- a/src/placeView.js
+++ b/src/placeView.js
@@ -129,7 +129,8 @@ var PlaceView = GObject.registerClass({
this.loading = true;
this._placeDetails = new Gtk.Box({ orientation: Gtk.Orientation.VERTICAL,
- visible: true});
+ visible: true,
+ hexpand: true });
this.content.attach(this._placeDetails, 0, 0, 1, 1);
if (this.place.isCurrentLocation) {