From c48a3b55d67612c1bfa427fa504c1462a970f511 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 24 Nov 2009 21:38:11 +0000 Subject: [PATCH] - Make sure properties panel is disabled as a default (on startup) --- src/propertieswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propertieswidget.cpp b/src/propertieswidget.cpp index 31c24f2fb..6542d6a9e 100644 --- a/src/propertieswidget.cpp +++ b/src/propertieswidget.cpp @@ -62,7 +62,7 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, GUI* main_window, TransferLi QWidget(parent), transferList(transferList), main_window(main_window), BTSession(BTSession) { setupUi(this); state = VISIBLE; - + setEnabled(false); // Buttons stylesheet trackers_button->setStyleSheet(DEFAULT_BUTTON_CSS); peers_button->setStyleSheet(DEFAULT_BUTTON_CSS);