Signal parent widgets when expanding identity (LP 1228259)
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 24 Oct 2013 15:42:53 +0000 (11:42 -0400)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 24 Oct 2013 15:42:53 +0000 (11:42 -0400)
src/moonshot-custom-vbox.vala

index 3fb96ff..a912aef 100644 (file)
@@ -24,6 +24,7 @@ class CustomVBox : VBox
         
         if (current_idcard != null && main_window.request_queue.length > 0)
             current_idcard.send_button.set_sensitive (true);
+        check_resize();
     }
 
     public void add_id_card_widget (IdCardWidget id_card_widget)