Browse Source

Updated PrusaDoubleSlider icons

YuSanka 6 years ago
parent
commit
7fd7d83470

BIN
resources/icons/down_half_circle.png


BIN
resources/icons/left_half_circle.png


BIN
resources/icons/one_layer_lock_off.png


BIN
resources/icons/one_layer_lock_on.png


BIN
resources/icons/one_layer_unlock_off.png


BIN
resources/icons/one_layer_unlock_on.png


BIN
resources/icons/right_half_circle.png


BIN
resources/icons/up_half_circle.png


+ 10 - 2
xs/src/slic3r/GUI/wxExtensions.cpp

@@ -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 ***************************************
+
 // *****************************************************************************
 
+
+

+ 9 - 1
xs/src/slic3r/GUI/wxExtensions.hpp

@@ -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 **********************************************
 // ******************************************************************************************