Increase width of bitmap button on settings migration dialog
This commit is contained in:
parent
34ceee14ed
commit
dd56f6f8e2
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue