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

sync, grep, commit: tweak spacing

Changeset d43c01eea7ad

Parent 1d47026a5a3a

by Steve Borho

Changes to 3 files · Browse files at d43c01eea7ad Showing diff from parent 1d47026a5a3a Diff from another changeset...

 
886
887
888
 
 
889
890
891
 
886
887
888
889
890
891
892
893
@@ -886,6 +886,8 @@
  self.opts = opts     layout = QVBoxLayout() + layout.setContentsMargins(2, 2, 2, 2) + layout.setMargin(0)   self.setLayout(layout)     commit = CommitWidget(pats, opts, opts.get('root'), False, self)
 
124
125
126
 
127
128
129
 
124
125
126
127
128
129
130
@@ -124,6 +124,7 @@
  chk.setChecked(opts.get('ignorecase', False))     if parent: + mainvbox.setContentsMargins(0, 0, 0, 0)   self.closeonesc = False   else:   self.setWindowTitle(_('TortoiseHg Search'))
 
51
52
53
54
 
 
 
55
56
57
 
51
52
53
 
54
55
56
57
58
59
@@ -51,7 +51,9 @@
    self.repo.configChanged.connect(self.configChanged)   - if not embedded: + if embedded: + layout.setContentsMargins(0, 0, 0, 0) + else:   self.setWindowTitle(_('TortoiseHg Sync'))   self.resize(850, 550)