mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/modules/Common/Form/DroppableTextArea): fix color/font size
This commit is contained in:
parent
3c9afa3d53
commit
419017bc7b
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue