mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed a scale for the LegendTexture in a Preview
This commit is contained in:
parent
46f32d091a
commit
3c83fa17cc
2 changed files with 5 additions and 4 deletions
|
@ -80,8 +80,8 @@ class GUI_App : public wxApp
|
|||
wxFont m_small_font;
|
||||
wxFont m_bold_font;
|
||||
|
||||
size_t m_em_unit; // "m" string width in pixels.
|
||||
// Used like a coefficient for a size setting of controls
|
||||
size_t m_em_unit; // width of a "m"-symbol in pixels for current system font
|
||||
// Note: for 100% Scale m_em_unit = 10 -> it's a good enough coefficient for a size setting of controls
|
||||
|
||||
wxLocale* m_wxLocale{ nullptr };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue