Commit 35c7003b authored by Ronan Abhamon's avatar Ronan Abhamon

fix(DroppableTextArea): add missing style file

parent cb53ece6
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
}
}
}
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