Increase width of bitmap button on settings migration dialog

This commit is contained in:
Jon Evans 2020-03-06 08:15:14 -05:00
parent 34ceee14ed
commit dd56f6f8e2
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ DIALOG_MIGRATE_SETTINGS_BASE::DIALOG_MIGRATE_SETTINGS_BASE( wxWindow* parent, wx
m_btnCustomPath = new wxBitmapButton( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
m_btnCustomPath->SetToolTip( wxT("Choose a different path") );
m_btnCustomPath->SetMinSize( wxSize( 30,30 ) );
m_btnCustomPath->SetMinSize( wxSize( 40,30 ) );
bSizer5->Add( m_btnCustomPath, 0, wxALL, 5 );

View File

@ -376,7 +376,7 @@
<property name="maximum_size"></property>
<property name="min_size"></property>
<property name="minimize_button">0</property>
<property name="minimum_size">30,30</property>
<property name="minimum_size">40,30</property>
<property name="moveable">1</property>
<property name="name">m_btnCustomPath</property>
<property name="pane_border">1</property>