[gnome-maps/wip/mlundblad/place-details-hexpand] placeView: Set hexpand on details box
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/place-details-hexpand] placeView: Set hexpand on details box
- Date: Sat, 24 Apr 2021 13:06:12 +0000 (UTC)
commit 3281a7389d8233279e44d54dff3bf20f9e5829d0
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 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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]