mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:Fixed some UI layout issues for monitor page
Change-Id: Ifbb7dd7271195bed17dcd83a398bb7a65b13dca2
This commit is contained in:
@@ -312,6 +312,7 @@ void FanSwitchButton::render(wxDC& dc)
|
||||
dc.SetTextForeground(text_color.colorForStates(states));
|
||||
|
||||
pt.x = (size.x - dc.GetTextExtent(speed).x) / 2;
|
||||
pt.y -= FromDIP(5);
|
||||
dc.DrawText(speed, pt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user