Commit 419017bc authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Common/Form/DroppableTextArea): fix color/font size

parent 3c9afa3d
......@@ -64,6 +64,8 @@ Item {
color: DroppableTextAreaStyle.backgroundColor
}
color: DroppableTextAreaStyle.text.color
font.pointSize: DroppableTextAreaStyle.text.fontSize
rightPadding: fileChooserButton.width +
fileChooserButton.anchors.rightMargin +
DroppableTextAreaStyle.fileChooserButton.margins
......
......@@ -21,4 +21,9 @@ QtObject {
property int fontSize: 11
}
}
property QtObject text: QtObject {
property color color: Colors.d
property int fontSize: 10
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment