summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-11 14:01:14 +0100
committerThomas Haller <thaller@redhat.com>2021-02-11 14:02:04 +0100
commit84890e59577a32fc1ac3e2c033e6f34fdbadb74c (patch)
treebdfc2b63a3790152287b69179e5930053d109fe5
parent419f0aac40a9df258b2dac384f579dfe569cb01b (diff)
downloadnetwork-manager-applet-th/c-e-wireguard-expand-widget.tar.gz
c-e: expand GtkTreeView "tree_peers" when resizing windowth/c-e-wireguard-expand-widget
Otherwise, if you resize the nm-c-e window, the widget stays small.
-rw-r--r--src/connection-editor/ce-page-wireguard.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connection-editor/ce-page-wireguard.ui b/src/connection-editor/ce-page-wireguard.ui
index 6767d44d..ad2ec3e5 100644
--- a/src/connection-editor/ce-page-wireguard.ui
+++ b/src/connection-editor/ce-page-wireguard.ui
@@ -658,6 +658,8 @@
<object class="GtkTreeView" id="tree_peers">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="reorderable">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>