From c20e2ba451093bd387642515bd726f4fb10a72be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Thu, 4 Jul 2013 15:32:15 +0200 Subject: [PATCH] Fixed row alignment (#55) --- KCC.ui | 3 +++ kcc/KCC_ui.py | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/KCC.ui b/KCC.ui index 00f1463..bb5b149 100644 --- a/KCC.ui +++ b/KCC.ui @@ -59,6 +59,9 @@ + + 9 + diff --git a/kcc/KCC_ui.py b/kcc/KCC_ui.py index 7d3baba..bcbbb29 100644 --- a/kcc/KCC_ui.py +++ b/kcc/KCC_ui.py @@ -2,8 +2,8 @@ # Form implementation generated from reading ui file 'KCC.ui' # -# Created: Fri Jun 21 18:23:19 2013 -# by: PyQt4 UI code generator 4.10.1 +# Created: Thu Jul 04 15:30:15 2013 +# by: PyQt4 UI code generator 4.10.2 # # WARNING! All changes made in this file will be lost! @@ -47,6 +47,7 @@ class Ui_KCC(object): self.OptionsAdvanced.setFont(font) self.OptionsAdvanced.setObjectName(_fromUtf8("OptionsAdvanced")) self.gridLayout = QtGui.QGridLayout(self.OptionsAdvanced) + self.gridLayout.setContentsMargins(9, -1, -1, -1) self.gridLayout.setObjectName(_fromUtf8("gridLayout")) self.ProcessingBox = QtGui.QCheckBox(self.OptionsAdvanced) self.ProcessingBox.setFocusPolicy(QtCore.Qt.NoFocus)