mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
fix a tiny UI bug: wrong slice btn style
This commit is contained in:
@@ -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)));
|
||||||
|
|||||||
Reference in New Issue
Block a user