feat(modulo): change welcome title

This commit is contained in:
Federico Terzi 2021-08-06 18:42:07 +02:00
parent 378152e565
commit 103699ec36
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">Yey, Espanso is running!</property>
<property name="label">Espanso is running!</property>
<property name="markup">0</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>

View File

@ -22,7 +22,7 @@ WelcomeFrame::WelcomeFrame( wxWindow* parent, wxWindowID id, const wxString& tit
bSizer1->Add( 0, 10, 0, wxEXPAND, 5 );
title_label = new wxStaticText( this, wxID_ANY, wxT("Yey, Espanso is running!"), wxDefaultPosition, wxDefaultSize, 0 );
title_label = new wxStaticText( this, wxID_ANY, wxT("Espanso is running!"), wxDefaultPosition, wxDefaultSize, 0 );
title_label->Wrap( -1 );
title_label->SetFont( wxFont( 20, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );