Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenricoturri1966 <enricoturri@seznam.cz>2020-08-06 14:36:21 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2020-08-06 14:36:21 +0300
commit0c6f66eca668a2fea9aaa0f4794c08dca2e1a17b (patch)
treee1bac24ac58b2f8235e845776ba7a4416071a39c /src/slic3r/GUI/ImGuiWrapper.hpp
parent2aa1c2776c5c6b96b0e60ace24fef8720c73a502 (diff)
GCodeViewer -> Tweaks in legend rendering
Diffstat (limited to 'src/slic3r/GUI/ImGuiWrapper.hpp')
-rw-r--r--src/slic3r/GUI/ImGuiWrapper.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/slic3r/GUI/ImGuiWrapper.hpp b/src/slic3r/GUI/ImGuiWrapper.hpp
index f1387ec19..5484e46c6 100644
--- a/src/slic3r/GUI/ImGuiWrapper.hpp
+++ b/src/slic3r/GUI/ImGuiWrapper.hpp
@@ -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);