mirror of https://github.com/BOINC/boinc.git
MGR: Fix display of icon in Computing Preferences dialog under Linux.
This commit is contained in:
parent
fe8748bb6a
commit
0734238709
|
@ -58,7 +58,7 @@ CDlgAdvPreferencesBase::CDlgAdvPreferencesBase( wxWindow* parent, int id, wxStri
|
|||
|
||||
wxStaticBoxSizer* topControlsSizer = new wxStaticBoxSizer( topControlsStaticBox, wxHORIZONTAL );
|
||||
|
||||
m_bmpWarning = new wxStaticBitmap( this, ID_DEFAULT, wxNullBitmap, wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_bmpWarning = new wxStaticBitmap( topControlsStaticBox, ID_DEFAULT, wxNullBitmap, wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_bmpWarning->SetMinSize( wxSize( 48,48 ) );
|
||||
|
||||
topControlsSizer->Add( m_bmpWarning, 0, wxALIGN_CENTER_VERTICAL|wxALL, 0 );
|
||||
|
|
Loading…
Reference in New Issue