From 741c3b75a5b955d963334515cd4af8fea396e91d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sami=20R=C3=A4m=C3=B6?= Date: Mon, 6 Sep 2010 11:57:05 +0300 Subject: [PATCH] Changed bar width to width of four buttons, review - Reviewed by Jussi Laitinen --- src/ui/listitemcontextbuttonbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/listitemcontextbuttonbar.cpp b/src/ui/listitemcontextbuttonbar.cpp index 6f82dc4..7103244 100644 --- a/src/ui/listitemcontextbuttonbar.cpp +++ b/src/ui/listitemcontextbuttonbar.cpp @@ -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); -- 1.7.9.5