[network-manager-applet/th/c-e-wireguard-expand-widget] c-e: expand GtkTreeView "tree_peers" when resizing window




commit 84890e59577a32fc1ac3e2c033e6f34fdbadb74c
Author: Thomas Haller <thaller redhat com>
Date:   Thu Feb 11 14:01:14 2021 +0100

    c-e: expand GtkTreeView "tree_peers" when resizing window
    
    Otherwise, if you resize the nm-c-e window, the widget stays
    small.

 src/connection-editor/ce-page-wireguard.ui | 2 ++
 1 file changed, 2 insertions(+)
---
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"/>


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