[seahorse/wip/nielsdg/pgp-key-properties-vexpand] pgp: KeyProperties: vexpand the window content



commit 05d2182fa2480e68e483836ec680c25d1f2b53e3
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Feb 17 01:32:44 2019 +0100

    pgp: KeyProperties: vexpand the window content
    
    This gets rid of the ugly border at the bottom.

 pgp/seahorse-pgp-private-key-properties.ui | 1 +
 pgp/seahorse-pgp-public-key-properties.ui  | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/pgp/seahorse-pgp-private-key-properties.ui b/pgp/seahorse-pgp-private-key-properties.ui
index 2f396fe9..e99ed3fa 100644
--- a/pgp/seahorse-pgp-private-key-properties.ui
+++ b/pgp/seahorse-pgp-private-key-properties.ui
@@ -26,6 +26,7 @@
   </object>
           <object class="GtkNotebook" id="window-content">
             <property name="visible">True</property>
+            <property name="vexpand">True</property>
             <property name="can_focus">True</property>
             <child>
               <object class="GtkBox">
diff --git a/pgp/seahorse-pgp-public-key-properties.ui b/pgp/seahorse-pgp-public-key-properties.ui
index 73ef006d..4be5463f 100644
--- a/pgp/seahorse-pgp-public-key-properties.ui
+++ b/pgp/seahorse-pgp-public-key-properties.ui
@@ -26,6 +26,7 @@
   </object>
           <object class="GtkNotebook" id="window-content">
             <property name="visible">True</property>
+            <property name="vexpand">True</property>
             <property name="can_focus">True</property>
             <child>
               <object class="GtkBox">


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