From 3bae4e9761dbca3454b6fafe4c5974eae2c23893 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 3 Jan 2013 20:13:23 +0100 Subject: [PATCH] remove unnecessary clutter --- lib/gui_qt.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 9ed25d25..51b66f11 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -1490,19 +1490,10 @@ class ElectrumWindow(QMainWindow): d.setWindowTitle(_('Electrum Settings')) d.setModal(1) vbox = QVBoxLayout() - msg = _('Here are the settings of your wallet.') + '\n'\ - + _('For more explanations, click on the help buttons next to each field.') - - label = QLabel(msg) - label.setFixedWidth(250) - label.setWordWrap(True) - label.setAlignment(Qt.AlignJustify) tabs = QTabWidget(self) vbox.addWidget(tabs) - vbox.addWidget(label) - tab = QWidget() grid_wallet = QGridLayout(tab) grid_wallet.setColumnStretch(0,1)