From 894fb034f763534326187cc397d83fbff1ca65b2 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sat, 26 Feb 2011 16:28:24 +0200 Subject: [PATCH] Moved the chromeTabs add button a little bit lower (it looks less awkward now) --- gui/chromeTabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/chromeTabs.py b/gui/chromeTabs.py index 8e5394a3e..1dc413822 100644 --- a/gui/chromeTabs.py +++ b/gui/chromeTabs.py @@ -1126,7 +1126,7 @@ class PFTabsContainer(wx.Panel): selpos = pos if selected is not skipTab: selected.SetPosition((selpos, self.containerHeight - self.height)) - self.addButton.SetPosition((round(tabsWidth) + self.inclination*2, self.containerHeight - self.height/2 - self.addButton.GetHeight()/2)) + self.addButton.SetPosition((round(tabsWidth) + self.inclination*2, self.containerHeight - self.height/2 - self.addButton.GetHeight()/3)) def OnLeaveWindow(self, event): if self.previewWnd: