Updated PrusaDoubleSlider icons
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 1001 B |
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 650 B |
@ -750,8 +750,12 @@ unsigned int PrusaObjectDataViewModel::GetChildren(const wxDataViewItem &parent,
|
||||
return count;
|
||||
}
|
||||
|
||||
// ************************************** EXPERIMENTS ***************************************
|
||||
PrusaDoubleSlider::PrusaDoubleSlider( wxWindow *parent,
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// PrusaDoubleSlider
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
PrusaDoubleSlider::PrusaDoubleSlider(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
int lowerValue,
|
||||
int higherValue,
|
||||
@ -1449,5 +1453,9 @@ void PrusaLockButton::enter_button(const bool enter)
|
||||
Update();
|
||||
}
|
||||
|
||||
// ************************************** EXPERIMENTS ***************************************
|
||||
|
||||
// *****************************************************************************
|
||||
|
||||
|
||||
|
||||
|
@ -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 **********************************************
|
||||
// ******************************************************************************************
|
||||
|
||||
|
||||
|