From afd9c0f41e6063f2ed0a64d315e3234e7e57ac3e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 5 Sep 2010 12:44:38 +0200 Subject: new .pot files, internal fix --- module/gui/ConnectionManager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/gui/ConnectionManager.py') diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py index 2a63698a0..021bd6bdd 100644 --- a/module/gui/ConnectionManager.py +++ b/module/gui/ConnectionManager.py @@ -51,6 +51,7 @@ class ConnectionManager(QWidget): #line.setFixedWidth(100) line.setFrameShape(line.HLine) line.setFrameShadow(line.Sunken) + line.setFixedHeight(10) boxLayout.addWidget(line) @@ -60,7 +61,7 @@ class ConnectionManager(QWidget): form.setAlignment(Qt.AlignRight) checkbox = QCheckBox() - form.addRow(_("Use internal Core"), checkbox) + form.addRow(_("Use internal Core:"), checkbox) boxLayout.addLayout(form) -- cgit v1.2.3