From 1b3a783526e31dee06229bc8b877b889dec3ef98 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 25 Apr 2010 01:12:46 +0200 Subject: Fixing new tab action position --- src/mainview.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/mainview.cpp b/src/mainview.cpp index 63c10683..fa834af6 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -150,10 +150,7 @@ void MainView::updateTabButtonPosition() if (tabWidthHint < sizeHint().width()/4) newPosX = tabWidgetWidth - m_addTabButton->width(); - // Y position is fixed - // Here I noticed with some emphiric valutations ( :D ) - // that 2 look better than 0, just that.. - m_addTabButton->move(newPosX, 2); + m_addTabButton->move(newPosX, 0); } } -- cgit v1.2.1