diff options
-rw-r--r-- | qml/Install.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/Install.qml b/qml/Install.qml index 28333e5..238c22c 100644 --- a/qml/Install.qml +++ b/qml/Install.qml @@ -19,6 +19,7 @@ Rectangle { textFormat: Text.RichText wrapMode: Text.WordWrap color: "white" + width: view.width * 0.8 } Image { |