mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 17:43:14 +08:00
FIX:optimize the layout of SN input controls
jira:[STUDIO-11304] Change-Id: I45663121431fadcafed232c319ff69d6c616eff2
This commit is contained in:
parent
7395bbb457
commit
baabcdd654
@ -1658,9 +1658,11 @@ InputIpAddressDialog::InputIpAddressDialog(wxWindow *parent)
|
||||
}
|
||||
|
||||
m_input_sn_area->Add(m_tips_sn, 0, wxALIGN_CENTER, 0);
|
||||
m_input_sn_area->Add(0, 0, 0, wxLEFT, FromDIP(20));
|
||||
m_input_sn_area->Add(m_tips_modelID, 0, wxALIGN_CENTER, 0);
|
||||
|
||||
m_input_modelID_area->Add(m_input_sn, 0, wxALIGN_CENTER, 0);
|
||||
m_input_modelID_area->Add(0, 0, 0, wxLEFT, FromDIP(20));
|
||||
m_input_modelID_area->Add(m_input_modelID, 0, wxALIGN_CENTER, 0);
|
||||
|
||||
m_input_bot_sizer->Add(m_input_sn_area, 0, wxEXPAND, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user