Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable sync: move static URL Label to be under the "build URL fields"

Changeset eb2e284c7c2a

Parent 399dda597dd6

by Daniel Atallah

Changes to one file · Browse files at eb2e284c7c2a Showing diff from parent 399dda597dd6 Diff from another changeset...

 
141
142
143
144
145
146
147
148
149
150
151
152
153
 
201
202
203
 
 
 
 
 
 
204
205
206
 
141
142
143
 
 
 
 
 
 
 
144
145
146
 
194
195
196
197
198
199
200
201
202
203
204
205
@@ -141,13 +141,6 @@
  tb.addWidget(self.targetcheckbox)   tb.addWidget(self.targetcombo)   - self.urllabel = QLabel() - self.urllabel.setMargin(4) - self.urllabel.setTextInteractionFlags(Qt.TextSelectableByMouse) - self.urllabel.setAcceptDrops(False) - tb.addSeparator() - tb.addWidget(self.urllabel) -   style = QApplication.style()     urlbox = QGroupBox(_('Current URL')) @@ -201,6 +194,12 @@
  self.savebutton.setToolTip(_('Save current URL under an alias'))   hbox.addWidget(self.savebutton)   + self.urllabel = QLabel() + self.urllabel.setMargin(4) + self.urllabel.setTextInteractionFlags(Qt.TextSelectableByMouse) + self.urllabel.setAcceptDrops(False) + vbox.addWidget(self.urllabel) +   hbox = QHBoxLayout()   hbox.setContentsMargins(0, 0, 0, 0)   self.hgrctv = PathsTree(self, True)