summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index 3b2b250a5..41b2e9daf 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -795,6 +795,8 @@ struct MessageOptionsWindow : Window {
}
/* If all values are the same value, the ALL-button will take over this value */
this->state = all_val;
+
+ this->FindWindowPlacementAndResize(desc);
}
/**