[hotssh] tab: Put the entry password and the button into a size group



commit 7795bbea43ca7d4a7e308fb0f935b9932208123b
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Nov 27 17:37:22 2013 +0200

    tab: Put the entry password and the button into a size group

 src/tab.ui |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/tab.ui b/src/tab.ui
index 7344ac1..7c6aaf4 100644
--- a/src/tab.ui
+++ b/src/tab.ui
@@ -537,4 +537,11 @@
       </packing>
     </child>
   </template>
+  <object class="GtkSizeGroup" id="password_entry_submit_size_group">
+      <property name="mode">vertical</property>
+      <widgets>
+        <widget name="password_entry"/>
+        <widget name="password_submit"/>
+      </widgets>
+  </object>
 </interface>


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