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

stable hgignore: use group boxes instead of frames

Changeset 17ca6fe87a17

Parent 997b5773ac23

by David Golub

Changes to one file · Browse files at 17ca6fe87a17 Showing diff from parent 997b5773ac23 Diff from another changeset...

 
78
79
80
81
82
 
83
84
85
86
87
88
89
90
 
91
92
93
 
78
79
80
 
 
81
82
83
84
85
86
87
 
 
88
89
90
91
@@ -78,16 +78,14 @@
  split = QSplitter()   vbox.addWidget(split, 1)   - ignoregb = QFrame() - ignoregb.setFrameStyle(QFrame.Panel|QFrame.Raised) + ignoregb = QGroupBox()   ivbox = QVBoxLayout()   ignoregb.setLayout(ivbox)   lbl = QLabel(_('<b>Ignore Filter</b>'))   ivbox.addWidget(lbl)   split.addWidget(ignoregb)   - unknowngb = QFrame() - unknowngb.setFrameStyle(QFrame.Panel|QFrame.Raised) + unknowngb = QGroupBox()   uvbox = QVBoxLayout()   unknowngb.setLayout(uvbox)   lbl = QLabel(_('<b>Untracked Files</b>'))