ENH:adjust MsgDialog right gap
jira: STUDIO-10830 Change-Id: I12860206659f7f5e7e9c56b5b6448b9ab903fb7b
This commit is contained in:
parent
0c12fda23d
commit
dd0893c5f8
|
@ -46,7 +46,7 @@ MsgDialog::MsgDialog(wxWindow *parent, const wxString &title, const wxString &he
|
||||||
//rightsizer->Add(headtext);
|
//rightsizer->Add(headtext);
|
||||||
//rightsizer->AddSpacer(VERT_SPACING);
|
//rightsizer->AddSpacer(VERT_SPACING);
|
||||||
|
|
||||||
rightsizer->Add(content_sizer, 1, wxEXPAND);
|
rightsizer->Add(content_sizer, 1, wxEXPAND | wxRIGHT, FromDIP(10));
|
||||||
|
|
||||||
logo = new wxStaticBitmap(this, wxID_ANY, bitmap.IsOk() ? bitmap : wxNullBitmap);
|
logo = new wxStaticBitmap(this, wxID_ANY, bitmap.IsOk() ? bitmap : wxNullBitmap);
|
||||||
topsizer->Add(LOGO_SPACING, 0, 0, wxEXPAND, 0);
|
topsizer->Add(LOGO_SPACING, 0, 0, wxEXPAND, 0);
|
||||||
|
|
Loading…
Reference in New Issue