fix(modulo): fix cut button in welcome screen when using 125% text scaling on windows. Fix #777
This commit is contained in:
parent
45b20fd067
commit
cba4c41006
|
@ -45,7 +45,7 @@
|
|||
<property name="minimum_size"></property>
|
||||
<property name="name">WelcomeFrame</property>
|
||||
<property name="pos"></property>
|
||||
<property name="size">521,544</property>
|
||||
<property name="size">521,597</property>
|
||||
<property name="style">wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU</property>
|
||||
<property name="subclass">; ; forward_declare</property>
|
||||
<property name="title">Espanso is running!</property>
|
||||
|
|
|
@ -54,7 +54,7 @@ class WelcomeFrame : public wxFrame
|
|||
|
||||
public:
|
||||
|
||||
WelcomeFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Espanso is running!"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 521,544 ), long style = wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU|wxTAB_TRAVERSAL );
|
||||
WelcomeFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Espanso is running!"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 521,597 ), long style = wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU|wxTAB_TRAVERSAL );
|
||||
|
||||
~WelcomeFrame();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user