works
This commit is contained in:
@@ -18,7 +18,7 @@ ScrollView {
|
||||
|
||||
|
||||
ClippingWrapperRectangle {
|
||||
color: Pywal.colors.color11
|
||||
color: Settings.colors.color11
|
||||
radius: 5
|
||||
Layout.margins: 5
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignTop
|
||||
@@ -27,7 +27,7 @@ ScrollView {
|
||||
RowLayout {
|
||||
width: parent.width
|
||||
Text {
|
||||
color: Pywal.colors.color0
|
||||
color: Settings.colors.color0
|
||||
Layout.margins: 5
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
|
||||
text: 'Output'
|
||||
@@ -71,7 +71,7 @@ ScrollView {
|
||||
|
||||
|
||||
ClippingWrapperRectangle {
|
||||
color: Pywal.colors.color11
|
||||
color: Settings.colors.color11
|
||||
radius: 5
|
||||
Layout.margins: 5
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignTop
|
||||
@@ -80,7 +80,7 @@ ScrollView {
|
||||
RowLayout {
|
||||
width: parent.width
|
||||
Text {
|
||||
color: Pywal.colors.color0
|
||||
color: Settings.colors.color0
|
||||
Layout.margins: 5
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
|
||||
text: 'Input'
|
||||
|
||||
Reference in New Issue
Block a user