feat(modulo): change welcome title
This commit is contained in:
		
							parent
							
								
									378152e565
								
							
						
					
					
						commit
						103699ec36
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 ) );
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user