vlc | branch: master | Francois Cartegnie <[email protected]> | Thu Jun 13 
18:58:35 2019 +0200| [45703f6f873c8ff838f9862cbe92d3938249a171] | committer: 
Francois Cartegnie

qml: about: fix license readability

font and align must match the prewrapped content

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45703f6f873c8ff838f9862cbe92d3938249a171
---

 modules/gui/qt/qml/about/About.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt/qml/about/About.qml 
b/modules/gui/qt/qml/about/About.qml
index 662b2653af..1112cdfb75 100644
--- a/modules/gui/qt/qml/about/About.qml
+++ b/modules/gui/qt/qml/about/About.qml
@@ -150,7 +150,8 @@ Utils.NavigableFocusScope {
                     Text {
                         id: textArea
                         text: about.thanks
-                        horizontalAlignment: Text.AlignHCenter
+                        horizontalAlignment: Text.AlignHLeft
+                        font.family: "Courier New, Monospace"
                         anchors.fill: parent
                         Layout.fillHeight: true
                         Layout.fillWidth: true

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to