Changed a constant name and reviewed the previous changes
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 31 Aug 2010 13:37:41 +0000 (16:37 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 31 Aug 2010 13:39:19 +0000 (16:39 +0300)
Reviewed by: Sami Rämö

src/ui/paneltab.cpp

index d71fbea..d18e911 100644 (file)
@@ -27,7 +27,7 @@
 #include "paneltab.h"
 
 const int TAB_HEIGHT = 66;
-const int TAB_WIDTH_ACTIVE = 74;
+const int TAB_WIDTH_ACTIVE = PANEL_TAB_BAR_WIDTH;
 
 PanelTab::PanelTab(QWidget *parent)
     : QToolButton(parent),