[gnome-maps/gnome-40] placeView: Set hexpand on details box



commit c1a01070efb3c40febe3ac5cfd4c12780a644fca
Author: Marcus Lundblad <ml update uu se>
Date:   Sat Apr 24 15:04:34 2021 +0200

    placeView: Set hexpand on details box

 src/placeView.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/placeView.js b/src/placeView.js
index 4bb266df..20c9db17 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.add(this._placeDetails);
 
         if (this.place.isCurrentLocation) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]