aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDialog.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-11-02 19:51:53 +0100
committerJaquee <jaquee.monero@gmail.com>2017-11-03 16:57:12 +0100
commit4775a5b74da48e27f46f62d027f14cf235caabb2 (patch)
treece2e4d3a6de3e829d046e79e7ba8aa0c7d596b27 /components/StandardDialog.qml
parentbfafd7b2792e2f5e2d9475e66d6d4f580a548bbc (diff)
downloadmonzero-gui-4775a5b74da48e27f46f62d027f14cf235caabb2.tar.gz
monzero-gui-4775a5b74da48e27f46f62d027f14cf235caabb2.tar.xz
monzero-gui-4775a5b74da48e27f46f62d027f14cf235caabb2.zip
mobile layout tweaks
Diffstat (limited to 'components/StandardDialog.qml')
-rw-r--r--components/StandardDialog.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index 044c0a5c..84402147 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -97,7 +97,7 @@ Rectangle {
Label {
id: dialogTitle
horizontalAlignment: Text.AlignHCenter
- font.pixelSize: 32 * scaleRatio
+ font.pixelSize: 18 * scaleRatio
font.family: "Arial"
color: "#555555"
}
@@ -114,6 +114,7 @@ Rectangle {
readOnly: true
font.pixelSize: 12 * scaleRatio
selectByMouse: false
+ wrapMode: TextEdit.Wrap
MouseArea {
anchors.fill: parent
@@ -156,7 +157,7 @@ Rectangle {
shadowPressedColor: "#B32D00"
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
- text: qsTr("Ok")
+ text: qsTr("OK")
KeyNavigation.tab: cancelButton
onClicked: {
root.close()