mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +00:00
fix(DroppableTextArea): add missing style file
This commit is contained in:
parent
cb53ece64a
commit
35c7003bce
1 changed files with 21 additions and 0 deletions
21
tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
Normal file
21
tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
pragma Singleton
|
||||
import QtQuick 2.7
|
||||
|
||||
import Common 1.0
|
||||
|
||||
QtObject {
|
||||
property QtObject fileChooserButton: QtObject {
|
||||
property int margins: 6
|
||||
property int width: 40
|
||||
}
|
||||
|
||||
property QtObject hoverContent: QtObject {
|
||||
property color backgroundColor: Colors.k
|
||||
|
||||
property QtObject text: QtObject {
|
||||
property color color: Colors.i
|
||||
|
||||
property int fontSize: 11
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue