mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Updated mode icons
This commit is contained in:
parent
8cda986ffb
commit
9c8dcf3fae
5 changed files with 45 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue