summaryrefslogtreecommitdiff
path: root/src/gui/windows/botcheckerwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-24 00:27:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-24 00:27:10 +0300
commitcc965406e7903e890fc0c797c2684efc5c4624a6 (patch)
tree72efca27600ae734efa07d5194ff36db8767474a /src/gui/windows/botcheckerwindow.cpp
parent7467404f40f2d6cde3bf46fcda03631a0f1ad797 (diff)
downloadplus-cc965406e7903e890fc0c797c2684efc5c4624a6.tar.gz
plus-cc965406e7903e890fc0c797c2684efc5c4624a6.tar.bz2
plus-cc965406e7903e890fc0c797c2684efc5c4624a6.tar.xz
plus-cc965406e7903e890fc0c797c2684efc5c4624a6.zip
Add missing windows into reset to default size list.
Diffstat (limited to 'src/gui/windows/botcheckerwindow.cpp')
-rw-r--r--src/gui/windows/botcheckerwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/windows/botcheckerwindow.cpp b/src/gui/windows/botcheckerwindow.cpp
index 7f8ffe14c..e4ab62b1a 100644
--- a/src/gui/windows/botcheckerwindow.cpp
+++ b/src/gui/windows/botcheckerwindow.cpp
@@ -22,6 +22,8 @@
#include "gui/windows/botcheckerwindow.h"
+#include "gui/windows/setupwindow.h"
+
#include "gui/widgets/button.h"
#include "gui/widgets/scrollarea.h"
#include "gui/widgets/label.h"
@@ -59,6 +61,9 @@ BotCheckerWindow::BotCheckerWindow() :
setSaveVisible(true);
+ if (setupWindow)
+ setupWindow->registerWindowForReset(this);
+
mTable->setOpaque(false);
mTable->setLinewiseSelection(true);
mTable->setWrappingEnabled(true);