mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 13:39:00 +08:00
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->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);
|
||||
topsizer->Add(LOGO_SPACING, 0, 0, wxEXPAND, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user