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

workbench: expand revision list when resizing

not the lower half of the main vertical splitter

Changeset 9fbd318756b4

Parent 539e7b8136b0

by Adrian Buehlmann

Changes to 2 files · Browse files at 9fbd318756b4 Showing diff from parent 539e7b8136b0 Diff from another changeset...

 
27
28
29
 
 
 
 
 
 
30
31
32
 
27
28
29
30
31
32
33
34
35
36
37
38
@@ -27,6 +27,12 @@
  <enum>Qt::Vertical</enum>   </property>   <widget class="HgRepoView" name="tableView_revisions"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>1</verstretch> + </sizepolicy> + </property>   <property name="frameShape">   <enum>QFrame::StyledPanel</enum>   </property>
 
2
3
4
5
 
6
7
8
 
23
24
25
 
 
 
 
 
26
27
28
 
2
3
4
 
5
6
7
8
 
23
24
25
26
27
28
29
30
31
32
33
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\workbench.ui'  # -# Created: Tue May 04 14:30:21 2010 +# Created: Tue May 04 14:34:06 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -23,6 +23,11 @@
  self.splitter_3.setOrientation(QtCore.Qt.Vertical)   self.splitter_3.setObjectName("splitter_3")   self.tableView_revisions = HgRepoView(self.splitter_3) + sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(1) + sizePolicy.setHeightForWidth(self.tableView_revisions.sizePolicy().hasHeightForWidth()) + self.tableView_revisions.setSizePolicy(sizePolicy)   self.tableView_revisions.setFrameShape(QtGui.QFrame.StyledPanel)   self.tableView_revisions.setObjectName("tableView_revisions")   self.frame_maincontent = QtGui.QFrame(self.splitter_3)