We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c616e1 commit 9d98cf6Copy full SHA for 9d98cf6
src/rcs-xn-gui.cpp
@@ -58,6 +58,7 @@ void RcsXn::guiInit() {
58
#endif
59
form.setWindowTitle(text);
60
form.setFixedSize(form.size());
61
+ form.setWindowFlags(Qt::Dialog);
62
}
63
64
void RcsXn::cb_loglevel_changed(int index) { this->setLogLevel(static_cast<RcsXnLogLevel>(index)); }
0 commit comments