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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-02-07 20:49:39 +0300
committerYuSanka <yusanka@gmail.com>2020-02-07 20:50:41 +0300
commit9c8dcf3faef951a768899e2e75131fdc6a422c38 (patch)
treefac86a1dbf26edc5b40856edc6d9dd2295070680 /src/slic3r/GUI/Tab.cpp
parent8cda986ffbb88479c7a5c44f6c2aeb0778e4a94d (diff)
Updated mode icons
Diffstat (limited to 'src/slic3r/GUI/Tab.cpp')
-rw-r--r--src/slic3r/GUI/Tab.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp
index 5a41f12a5..5f17955d4 100644
--- a/src/slic3r/GUI/Tab.cpp
+++ b/src/slic3r/GUI/Tab.cpp
@@ -257,9 +257,9 @@ void Tab::create_preset_tab()
// Fill cache for mode bitmaps
m_mode_bitmap_cache.reserve(3);
- m_mode_bitmap_cache.push_back(ScalableBitmap(this, "mode_simple_.png"));
- m_mode_bitmap_cache.push_back(ScalableBitmap(this, "mode_advanced_.png"));
- m_mode_bitmap_cache.push_back(ScalableBitmap(this, "mode_expert_.png"));
+ m_mode_bitmap_cache.push_back(ScalableBitmap(this, "mode_simple"));
+ m_mode_bitmap_cache.push_back(ScalableBitmap(this, "mode_advanced"));
+ m_mode_bitmap_cache.push_back(ScalableBitmap(this, "mode_expert"));
// Initialize the DynamicPrintConfig by default keys/values.
build();