mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
GCodeViewer -> Tweaks in legend rendering
This commit is contained in:
parent
2aa1c2776c
commit
0c6f66eca6
3 changed files with 43 additions and 29 deletions
|
@ -96,11 +96,14 @@ public:
|
|||
bool want_text_input() const;
|
||||
bool want_any_input() const;
|
||||
|
||||
static const ImVec4 COL_WINDOW_BACKGROND;
|
||||
static const ImVec4 COL_GREY_DARK;
|
||||
static const ImVec4 COL_GREY_LIGHT;
|
||||
static const ImVec4 COL_ORANGE_DARK;
|
||||
static const ImVec4 COL_ORANGE_LIGHT;
|
||||
static const ImVec4 COL_WINDOW_BACKGROUND;
|
||||
static const ImVec4 COL_BUTTON_BACKGROUND;
|
||||
static const ImVec4 COL_BUTTON_HOVERED;
|
||||
static const ImVec4 COL_BUTTON_ACTIVE;
|
||||
|
||||
private:
|
||||
void init_font(bool compress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue