mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
fix a tiny UI bug: wrong slice btn style
This commit is contained in:
parent
7e1a2840e5
commit
53f3b8b009
1 changed files with 1 additions and 2 deletions
|
@ -1706,8 +1706,7 @@ void MainFrame::update_side_button_style()
|
||||||
{
|
{
|
||||||
// BBS
|
// BBS
|
||||||
int em = em_unit();
|
int em = em_unit();
|
||||||
|
|
||||||
m_slice_btn->SetLayoutStyle(1);
|
|
||||||
/*m_slice_btn->SetLayoutStyle(1);
|
/*m_slice_btn->SetLayoutStyle(1);
|
||||||
m_slice_btn->SetTextLayout(SideButton::EHorizontalOrientation::HO_Center, FromDIP(15));
|
m_slice_btn->SetTextLayout(SideButton::EHorizontalOrientation::HO_Center, FromDIP(15));
|
||||||
m_slice_btn->SetMinSize(wxSize(-1, FromDIP(24)));
|
m_slice_btn->SetMinSize(wxSize(-1, FromDIP(24)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue