mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-07 13:41:27 +00:00
Fix: color layout in settings window.
This commit is contained in:
parent
4cb3275498
commit
876e6079d4
@ -93,8 +93,9 @@ Tab{
|
|||||||
title: qsTr("Colors")
|
title: qsTr("Colors")
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
ColumnLayout{
|
ColumnLayout{
|
||||||
|
anchors.fill: parent
|
||||||
RowLayout{
|
RowLayout{
|
||||||
anchors.fill: parent
|
Layout.fillWidth: true
|
||||||
ColorButton{
|
ColorButton{
|
||||||
name: qsTr("Font")
|
name: qsTr("Font")
|
||||||
height: 50
|
height: 50
|
||||||
@ -111,6 +112,7 @@ Tab{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ColumnLayout{
|
ColumnLayout{
|
||||||
|
Layout.fillWidth: true
|
||||||
CheckableSlider{
|
CheckableSlider{
|
||||||
name: qsTr("Chroma Color")
|
name: qsTr("Chroma Color")
|
||||||
onValueChanged: shadersettings.chroma_color = value
|
onValueChanged: shadersettings.chroma_color = value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user