Align GuiConfig playericon right

This commit is contained in:
Etoh 2017-10-15 14:14:55 +01:00
parent 39edc2c9e9
commit ab26bbb213

View File

@ -585,6 +585,7 @@ class ConfigDialog(QtGui.QDialog):
self.executableiconImage = QtGui.QImage()
self.executableiconLabel = QLabel(self)
self.executableiconLabel.setMinimumWidth(16)
self.executableiconLabel.setAlignment(Qt.AlignRight | Qt.AlignVCenter)
self.executablepathCombobox = QtGui.QComboBox(self)
self.executablepathCombobox.setEditable(True)
self.executablepathCombobox.currentIndexChanged.connect(self.updateExecutableIcon)