Arch: small fix in Arch git dialog
This commit is contained in:
@@ -114,7 +114,8 @@ class _ArchGitDialog(QtGui.QDialog):
|
||||
self.label = QtGui.QLabel(self.groupBox)
|
||||
self.label.setObjectName("label")
|
||||
self.vl3.addWidget(self.label)
|
||||
self.horizontalLayout = QtGui.QHBoxLayout(self.vl3)
|
||||
self.horizontalLayout = QtGui.QHBoxLayout()
|
||||
self.vl3.addLayout(self.horizontalLayout)
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.radioButton_2 = QtGui.QRadioButton(self.groupBox)
|
||||
self.radioButton_2.setChecked(True)
|
||||
|
||||
Reference in New Issue
Block a user