Updated PrusaDoubleSlider icons

This commit is contained in:
YuSanka 2018-08-29 11:21:22 +02:00
parent b1d418a799
commit 7fd7d83470
10 changed files with 19 additions and 3 deletions

View file

@ -495,7 +495,12 @@ public:
private:
wxString m_value;
};
// ******************************* EXPERIMENTS **********************************************
// ----------------------------------------------------------------------------
// PrusaDoubleSlider
// ----------------------------------------------------------------------------
enum SelectedSlider {
ssUndef,
ssLower,
@ -670,6 +675,9 @@ private:
int m_lock_icon_dim;
};
// ******************************* EXPERIMENTS **********************************************
// ******************************************************************************************