Browse Source

- Make sure properties panel is disabled as a default (on startup)

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
c48a3b55d6
  1. 2
      src/propertieswidget.cpp

2
src/propertieswidget.cpp

@ -62,7 +62,7 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, GUI* main_window, TransferLi @@ -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);

Loading…
Cancel
Save