mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 03:15:17 +00:00
Align GuiConfig playericon right
This commit is contained in:
parent
39edc2c9e9
commit
ab26bbb213
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user