mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-14 07:52:56 +00:00
NEW: new fan ctrl
JIRA: none Change-Id: I4e84d455fa728dffb00706f4c07310fcd1b8335c (cherry picked from commit 0a739fe087933cc89af541817315c7a3d6096b22)
This commit is contained in:
@@ -286,7 +286,10 @@ void FanSwitchButton::render(wxDC& dc)
|
||||
dc.DrawText(fan_txt, pt);
|
||||
pt.y = size.y / 2 + FromDIP(3);
|
||||
wxString fan_num_txt = GetLabel();
|
||||
dc.SetFont(::Label::Body_11);
|
||||
|
||||
|
||||
dc.SetFont(::Label::Body_12);
|
||||
dc.SetTextForeground(0x6b6b6b);
|
||||
dc.DrawText(fan_num_txt, pt);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user