Arch: small fix in Arch git dialog

This commit is contained in:
Yorik van Havre 2015-11-25 13:17:54 -02:00
parent a5852dd8f2
commit 14a771bf05

View File

@ -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)