This commit is contained in:
Kovid Goyal 2011-09-24 09:45:24 -06:00
parent 9cd3dc1364
commit 7c42d5d8a9

View File

@ -240,7 +240,7 @@ class LayoutMixin(object): # {{{
# }}}
self.status_bar = StatusBar(self)
for x in ('cb', 'tb', 'bd'):
for x in ('tb', 'cb', 'bd'):
button = getattr(self, x+'_splitter').button
button.setIconSize(QSize(24, 24))
if isosx: