Make Slider generic component in UM. Make Infill slider into generic SingleSettinSlider which will work for any setting now.

Change slider theme slighly.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-30 11:45:27 +01:00
parent 7ba0281136
commit 69af593d8c
6 changed files with 132 additions and 148 deletions

View file

@ -5,7 +5,7 @@ import QtQuick 2.10
import QtQuick.Controls 2.3
import QtQuick.Layouts 2.10
import UM 1.6 as UM
import UM 1.7 as UM
import Cura 1.7 as Cura
Item