1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-30 08:57:40 +00:00

OS X: GUI tweak

This commit is contained in:
Paweł Jastrzębski
2015-10-11 11:31:18 +02:00
parent f93ced8939
commit af2c4e7250
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class Ui_KCC(object):
self.DeviceBox.setObjectName("DeviceBox")
self.DeviceBox.setIconSize(QtCore.QSize(15, 15))
self.FormatBox = QtWidgets.QComboBox(self.Form)
self.FormatBox.setGeometry(QtCore.QRect(263, 206, 151, 26))
self.FormatBox.setGeometry(QtCore.QRect(263, 206, 152, 26))
font = QtGui.QFont()
font.setFamily("Lucida Grande")
font.setPointSize(11)