Changed bar width to width of four buttons, review
[situare] / 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);