about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-10-11 11:31:18 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-10-11 11:31:18 +0200
commitaf2c4e7250199649fd3e4d2b0b1b7e5fef5c9077 (patch)
tree6d7a2e20dabaea11eded13d3d64f7a959e96b24c
parentMigrated to PyInstaller (diff)
downloadkcc-af2c4e7250199649fd3e4d2b0b1b7e5fef5c9077.tar.gz
kcc-af2c4e7250199649fd3e4d2b0b1b7e5fef5c9077.tar.bz2
kcc-af2c4e7250199649fd3e4d2b0b1b7e5fef5c9077.zip
OS X: GUI tweak
-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)