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

tasktabs: set consistent narrow border

Changeset f65fbdbc7762

Parent e640514c0c8b

by Steve Borho

Changes to 5 files · Browse files at f65fbdbc7762 Showing diff from parent e640514c0c8b Diff from another changeset...

 
62
63
64
65
 
66
67
68
 
62
63
64
 
65
66
67
68
@@ -62,7 +62,7 @@
  self.opts['autoinc'] = repo.ui.config('tortoisehg', 'autoinc', '')     layout = QVBoxLayout() - layout.setContentsMargins(0, 0, 0, 0) + layout.setContentsMargins(2, 2, 2, 2)   layout.addWidget(self.stwidget)   self.setLayout(layout)  
 
134
135
136
137
 
138
139
140
 
134
135
136
 
137
138
139
140
@@ -134,7 +134,7 @@
  self.excle.setCompleter(QCompleter(self.pathshistory, self))     if parent: - mainvbox.setContentsMargins(0, 0, 0, 0) + mainvbox.setContentsMargins(2, 2, 2, 2)   self.closeonesc = False   else:   self.setWindowTitle(_('TortoiseHg Search'))
 
152
153
154
155
 
156
157
158
 
152
153
154
 
155
156
157
158
@@ -152,7 +152,7 @@
  self.setLayout(QVBoxLayout())   self._splitter = QSplitter()   self.layout().addWidget(self._splitter) - self.layout().setContentsMargins(0, 0, 0, 0) + self.layout().setContentsMargins(2, 2, 2, 2)     navlayout = QVBoxLayout(spacing=0)   navlayout.setContentsMargins(0, 0, 0, 0)
 
49
50
51
52
 
53
54
55
 
49
50
51
 
52
53
54
55
@@ -49,7 +49,7 @@
    self.hbox = QHBoxLayout(self)   self.hbox.setSpacing(0) - self.hbox.setMargin(0) + self.hbox.setContentsMargins(2, 2, 2, 2)     self.setupRevisionDetailsWidget()  
 
52
53
54
55
 
56
57
58
 
52
53
54
 
55
56
57
58
@@ -52,7 +52,7 @@
  self.repo.configChanged.connect(self.configChanged)     if embedded: - layout.setContentsMargins(0, 0, 0, 0) + layout.setContentsMargins(2, 2, 2, 2)   else:   self.setWindowTitle(_('TortoiseHg Sync'))   self.resize(850, 550)