[meld] MsgArea's action area should be vertical



commit be3c2793a548de4111bdf3c4ef2f91314be046a5
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Aug 29 07:55:20 2009 +1000

    MsgArea's action area should be vertical

 meld/ui/msgarea.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/ui/msgarea.py b/meld/ui/msgarea.py
index 939bacd..e53095b 100644
--- a/meld/ui/msgarea.py
+++ b/meld/ui/msgarea.py
@@ -41,7 +41,7 @@ class MsgArea(gtk.HBox):
         self.__main_hbox.show()
         self.__main_hbox.set_border_width(8) # FIXME: use style properties
 
-        self.__action_area = gtk.HBox(True, 4); # FIXME: use style properties
+        self.__action_area = gtk.VBox(True, 4); # FIXME: use style properties
         self.__action_area.show()
         self.__main_hbox.pack_end (self.__action_area, False, True, 0)
 



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