summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-11-29 17:05:15 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-11-29 17:05:15 +0100
commit39e797d2302a9ea1a48c13863b9c22f384e9d1f6 (patch)
tree772e7e97a97d3bc5a647fdf0b0a35a4002c18aab /src/tabwindow/tabbar.h
parentFix awkward string in proxy settings (diff)
downloadrekonq-39e797d2302a9ea1a48c13863b9c22f384e9d1f6.tar.xz
Changing tab width management behaviour
Following hints from BUG: 322991
Diffstat (limited to 'src/tabwindow/tabbar.h')
-rw-r--r--src/tabwindow/tabbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabwindow/tabbar.h b/src/tabwindow/tabbar.h
index 73b5802e..f842c9ff 100644
--- a/src/tabwindow/tabbar.h
+++ b/src/tabwindow/tabbar.h
@@ -104,8 +104,8 @@ private:
int m_currentTabPreviewIndex;
bool m_isFirstTimeOnTab;
- static const int c_baseTabWidth = 200;
- static const int c_minTabWidth = 100;
+ static const int c_baseTabWidth = 250;
+ static const int c_minTabWidth = 50;
};
#endif // TAB_BAR