From af2c4e7250199649fd3e4d2b0b1b7e5fef5c9077 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Sun, 11 Oct 2015 11:31:18 +0200 Subject: OS X: GUI tweak --- gui/KCC-OSX.ui | 2 +- kcc/KCC_ui_osx.py | 2 +- 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 @@ 263 206 - 151 + 152 26 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) -- cgit 1.4.1