Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

settings: used fixed layout

Slightly better than claiming a uniform item size (which was patently false),
but still the best long term solution is a set of matching sized icons

Changeset 288deba6faa9

Parent 6fc05f592794

by Steve Borho

Changes to one file · Browse files at 288deba6faa9 Showing diff from parent 6fc05f592794 Diff from another changeset...

 
471
472
473
474
 
475
476
477
 
471
472
473
 
474
475
476
477
@@ -471,7 +471,7 @@
  bothbox = QHBoxLayout()   layout.addLayout(bothbox)   pageList = QListWidget() - pageList.setUniformItemSizes(True) + pageList.setResizeMode(QListView.Fixed)   stack = QStackedWidget()   bothbox.addWidget(pageList, 0)   bothbox.addWidget(stack, 1)