Changed bar width to width of four buttons, review context_button_bar_width
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 6 Sep 2010 08:57:05 +0000 (11:57 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 6 Sep 2010 08:57:05 +0000 (11:57 +0300)
 - Reviewed by Jussi Laitinen

src/ui/listitemcontextbuttonbar.cpp

index 6f82dc4..7103244 100644 (file)
@@ -43,7 +43,7 @@ ListItemContextButtonBar::ListItemContextButtonBar(QWidget *parent) :
     setFixedHeight(BAR_HEIGHT);
 
     const int BUTTON_WIDTH = 74;
-    const int BUTTON_COUNT = 3;
+    const int BUTTON_COUNT = 4;
     const int HORIZONTAL_MARGIN = 10;
     setFixedWidth(BUTTON_COUNT * BUTTON_WIDTH + 2 * HORIZONTAL_MARGIN);