aboutsummaryrefslogtreecommitdiff
path: root/components/Input.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/Input.qml')
-rw-r--r--components/Input.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/Input.qml b/components/Input.qml
index 6643af14..55a9cde5 100644
--- a/components/Input.qml
+++ b/components/Input.qml
@@ -29,10 +29,12 @@
import QtQuick.Controls 2.2
import QtQuick 2.10
import "." 1.0
+import "../components"
+
TextField {
font.family: Style.fontRegular.name
- font.pixelSize: 22
+ font.pixelSize: 18 * scaleRatio
font.bold: true
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true