Remove bottom send button
authorJavier Jardón <javier.jardon@codethink.co.uk>
Wed, 13 Apr 2011 15:15:34 +0000 (16:15 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Wed, 13 Apr 2011 15:15:34 +0000 (16:15 +0100)
src/moonshot-window.vala

index 5bc025c..9e7c9d4 100644 (file)
@@ -224,13 +224,8 @@ class MainWindow : Window
         hbox.pack_start (vbox_left, true, true, 0);
         hbox.pack_start (vbox_rigth, true, true, 0);
 
-        var send_button = new Button.with_label ("Send");
-        var hbox_send_button = new HBox (false, 0);
-        hbox_send_button.pack_end (send_button, false, false, 0);
-
         var main_vbox = new VBox (false, 12);
         main_vbox.pack_start (hbox, true, true, 0);
-        main_vbox.pack_start (hbox_send_button, false, false, 0);
         main_vbox.set_border_width (12);
         add (main_vbox);