File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ Presentation::Presentation() {
229229 helpMenu.setText (" Help" );
230230 aboutAction.setText (" About" ELLIPSIS).setIcon (Icon::Prompt::Question).onActivate ([&] {
231231 multiFactorImage logo (Resource::Ares::Logo1x, Resource::Ares::Logo2x);
232+ Program::Guard guard;
232233 AboutDialog ()
233234 .setName (ares::Name)
234235 .setLogo (logo)
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ auto AboutDialog::show() -> void {
148148 if (!state.website ) websiteLayout.setVisible (false );
149149
150150 window.setTitle ({" About " , state.name ? state.name : Application::name ()});
151- window.setSize ({max (320_sx , layout.minimumSize ().width ()), layout.minimumSize ().height ()});
151+ window.setSize ({max (480_sx , layout.minimumSize ().width ()), layout.minimumSize ().height ()});
152152 window.setResizable (false );
153153 window.setAlignment (state.relativeTo , state.alignment );
154154 window.setDismissable ();
You can’t perform that action at this time.
0 commit comments