adjust width of history list
authorthomasv <thomasv@gitorious>
Thu, 10 Jan 2013 17:02:28 +0000 (18:02 +0100)
committerthomasv <thomasv@gitorious>
Thu, 10 Jan 2013 17:02:28 +0000 (18:02 +0100)
lib/gui_lite.py

index 34b5716..7908d6f 100644 (file)
@@ -317,7 +317,7 @@ class MiniWindow(QDialog):
         self.history_list.hide()
         self.history_list.setAlternatingRowColors(True)
 
-        main_layout.addWidget(self.history_list, 3, 0, 1, 3)
+        main_layout.addWidget(self.history_list, 3, 0, 1, 4)
         
 
         self.receiving = receiving_widget.ReceivingWidget(self)