X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdockmanagernotificationbackend.cpp;h=786593d252eabc6ef264d233cb4933e672ecd596;hp=5654776337f465ec5383aac81725c336f4616f76;hb=ee8b9f55860e340c1600188fddcfd557c7489f66;hpb=df2312599e2c23f61f28fe08ed4c625066387172 diff --git a/src/qtui/dockmanagernotificationbackend.cpp b/src/qtui/dockmanagernotificationbackend.cpp index 56547763..786593d2 100644 --- a/src/qtui/dockmanagernotificationbackend.cpp +++ b/src/qtui/dockmanagernotificationbackend.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by the Quassel Project * + * Copyright (C) 2013-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -182,7 +182,7 @@ DockManagerNotificationBackend::ConfigWidget::ConfigWidget(bool enabled, QWidget { QHBoxLayout *layout = new QHBoxLayout(this); layout->addWidget(enabledBox = new QCheckBox(tr("Mark dockmanager entry"), this)); - enabledBox->setEnabled(enabled); + enabledBox->setVisible(enabled); connect(enabledBox, SIGNAL(toggled(bool)), SLOT(widgetChanged())); }