about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gui/KCC-OSX.ui2
-rw-r--r--kcc/KCC_ui_osx.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/KCC-OSX.ui b/gui/KCC-OSX.ui
index d77de0d..3ad0af7 100644
--- a/gui/KCC-OSX.ui
+++ b/gui/KCC-OSX.ui
@@ -212,7 +212,7 @@
      <rect>
       <x>263</x>
       <y>206</y>
-      <width>151</width>
+      <width>152</width>
       <height>26</height>
      </rect>
     </property>
diff --git a/kcc/KCC_ui_osx.py b/kcc/KCC_ui_osx.py
index d5d2c53..9e3b070 100644
--- a/kcc/KCC_ui_osx.py
+++ b/kcc/KCC_ui_osx.py
@@ -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)