Arch: small fix in Arch git dialog
This commit is contained in:
parent
a5852dd8f2
commit
14a771bf05
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user