mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX:adjust rounding of some buttons
Change-Id: I8d1ed2b3d352689ea99fe00f26e405cc63151073
This commit is contained in:
parent
802036fcd8
commit
618aebfb79
16 changed files with 37 additions and 34 deletions
|
@ -52,8 +52,8 @@ AddMachinePanel::AddMachinePanel(wxWindow* parent, wxWindowID id, const wxPoint&
|
|||
horiz_sizer->Add(0, 0, 538, 0, 0);
|
||||
|
||||
wxBoxSizer* btn_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
m_button_add_machine = new Button(this, "", "monitor_add_machine", FromDIP(23));
|
||||
m_button_add_machine->SetCornerRadius(10);
|
||||
m_button_add_machine = new Button(this, "", "monitor_add_machine", FromDIP(24));
|
||||
m_button_add_machine->SetCornerRadius(FromDIP(12));
|
||||
StateColor button_bg(
|
||||
std::pair<wxColour, int>(0xCECECE, StateColor::Pressed),
|
||||
std::pair<wxColour, int>(0xCECECE, StateColor::Hovered),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue