summaryrefslogtreecommitdiffstats
path: root/src/settingsui/locale/TableValue.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/locale/TableValue.qml')
-rw-r--r--src/settingsui/locale/TableValue.qml7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/settingsui/locale/TableValue.qml b/src/settingsui/locale/TableValue.qml
index f5ac00d..523f0dd 100644
--- a/src/settingsui/locale/TableValue.qml
+++ b/src/settingsui/locale/TableValue.qml
@@ -29,12 +29,7 @@
import QtQuick 2.0
Text {
- width: root.width * 0.2
- height: parent.height
- anchors.verticalCenter: parent.verticalCenter
- horizontalAlignment: Text.AlignLeft
- verticalAlignment: Text.AlignVCenter
- font.pixelSize: parent.height * 0.55
color: "white"
+ font.pixelSize: pluginMain.valueFontSize
font.family: appFont
}