summary refs log tree commit diff
path: root/resources/qml/components/FlatButton.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-11 04:12:42 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-11 04:12:42 +0100
commit59bc8307c8e9cd50c4d70d11e418a427c5c86fa2 (patch)
tree3af1a8d61aa8ea51f24925e04d826ca8c672b22e /resources/qml/components/FlatButton.qml
parentPort usersettings to qml (diff)
downloadnheko-59bc8307c8e9cd50c4d70d11e418a427c5c86fa2.tar.xz
Address review comments
Diffstat (limited to 'resources/qml/components/FlatButton.qml')
-rw-r--r--resources/qml/components/FlatButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/components/FlatButton.qml b/resources/qml/components/FlatButton.qml

index 1978b373..8ca3f104 100644 --- a/resources/qml/components/FlatButton.qml +++ b/resources/qml/components/FlatButton.qml
@@ -8,6 +8,7 @@ import QtQuick 2.9 import QtQuick.Controls 2.5 import im.nheko 1.0 +// FIXME(Nico): Don't use hardcoded colors. Button { id: control