Fix text on about window

This commit is contained in:
Twan van Laarhoven
2020-04-16 21:03:07 +02:00
parent 0706ecae13
commit efa1db8789
2 changed files with 10 additions and 2 deletions
+6 -2
View File
@@ -15,10 +15,14 @@
/// Nice about dialog
class AboutWindow : public wxDialog {
public:
public:
AboutWindow(Window* parent);
// Note: for some stupid reason, wxWindow::Layout makes the child of a window with a single child the same size as the whole window,
// we do not want that.
bool Layout() override;
private:
private:
DECLARE_EVENT_TABLE();
// MSE logos