Add color support #70

Merged
Swordfish90 merged 13 commits from colorssupport into master 2014-08-07 00:24:18 +02:00
Showing only changes of commit 876e6079d4 - Show all commits

View File

@ -93,8 +93,9 @@ Tab{
title: qsTr("Colors")
Layout.fillWidth: true
ColumnLayout{
RowLayout{
anchors.fill: parent
RowLayout{
Layout.fillWidth: true
ColorButton{
name: qsTr("Font")
height: 50
@ -111,6 +112,7 @@ Tab{
}
}
ColumnLayout{
Layout.fillWidth: true
CheckableSlider{
name: qsTr("Chroma Color")
onValueChanged: shadersettings.chroma_color = value