diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-05 12:44:38 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-05 12:44:38 +0200 |
commit | afd9c0f41e6063f2ed0a64d315e3234e7e57ac3e (patch) | |
tree | 34d2212c5cb72a7e013ff91bdde0c23663940c81 /module/gui/ConnectionManager.py | |
parent | internal core feature (diff) | |
download | pyload-afd9c0f41e6063f2ed0a64d315e3234e7e57ac3e.tar.xz |
new .pot files, internal fix
Diffstat (limited to 'module/gui/ConnectionManager.py')
-rw-r--r-- | module/gui/ConnectionManager.py | 3 |
1 files changed, 2 insertions, 1 deletions
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) |