mirror of
https://github.com/ciromattia/kcc
synced 2026-01-31 01:17:50 +00:00
OS X: GUI tweak
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
<rect>
|
||||
<x>263</x>
|
||||
<y>206</y>
|
||||
<width>151</width>
|
||||
<width>152</width>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user