Skip to content

Commit 1871c86

Browse files
committed
Restored bold typeface
1 parent 32134ad commit 1871c86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/form.fbp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
<property name="enabled">1</property>
722722
<property name="fg"></property>
723723
<property name="floatable">1</property>
724-
<property name="font">,90,90,-1,70,0</property>
724+
<property name="font">,90,92,-1,70,0</property>
725725
<property name="gripper">0</property>
726726
<property name="hidden">0</property>
727727
<property name="id">wxID_ANY</property>
@@ -785,7 +785,7 @@
785785
<property name="enabled">1</property>
786786
<property name="fg"></property>
787787
<property name="floatable">1</property>
788-
<property name="font">,90,90,-1,70,0</property>
788+
<property name="font">,90,92,-1,70,0</property>
789789
<property name="gripper">0</property>
790790
<property name="hidden">0</property>
791791
<property name="id">wxID_ANY</property>

source/interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co
7171
wxStaticText* m_staticText5;
7272
m_staticText5 = new wxStaticText( installs_pane, wxID_ANY, wxT("Detected Installations"), wxDefaultPosition, wxDefaultSize, 0 );
7373
m_staticText5->Wrap( -1 );
74-
m_staticText5->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, wxEmptyString ) );
74+
m_staticText5->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
7575

7676
iManSizer->Add( m_staticText5, wxGBPosition( 0, 0 ), wxGBSpan( 1, 1 ), wxALL, 5 );
7777

7878
wxStaticText* m_staticText6;
7979
m_staticText6 = new wxStaticText( installs_pane, wxID_ANY, wxT("Install Search Paths"), wxDefaultPosition, wxDefaultSize, 0 );
8080
m_staticText6->Wrap( -1 );
81-
m_staticText6->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, wxEmptyString ) );
81+
m_staticText6->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
8282

8383
iManSizer->Add( m_staticText6, wxGBPosition( 2, 0 ), wxGBSpan( 1, 1 ), wxALL, 5 );
8484

0 commit comments

Comments
 (0)