From: Sami Rämö Date: Mon, 6 Sep 2010 08:57:05 +0000 (+0300) Subject: Changed bar width to width of four buttons, review X-Git-Tag: v2.0b-1~14^2~2 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fheads%2Fcontext_button_bar_width;p=situare Changed bar width to width of four buttons, review - Reviewed by Jussi Laitinen --- 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);