Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable settings: fix alignment on right side of dialog

Changeset cd04e688e16b

Parent e9e3df5f576c

by David Golub

Changes to one file · Browse files at cd04e688e16b Showing diff from parent e9e3df5f576c Diff from another changeset...

 
993
994
995
 
996
997
998
 
1027
1028
1029
 
1030
1031
1032
 
993
994
995
996
997
998
999
 
1028
1029
1030
1031
1032
1033
1034
@@ -993,6 +993,7 @@
  widgets = []   frame = QFrame()   form = QFormLayout() + form.setContentsMargins(5, 5, 0, 5)   frame.setLayout(form)   self.stack.addWidget(frame)   @@ -1027,6 +1028,7 @@
  widgets = []   frame = QFrame()   grid = QGridLayout() + grid.setContentsMargins(5, 5, 0, 5)   frame.setLayout(grid)   self.stack.addWidget(frame)   allexts = hglib.allextensions()