[vlmc-devel] PropertyButton.qml: Specify the font size of text

Yikai Lu git at videolan.org
Mon Oct 24 04:53:00 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Oct 23 21:51:41 2016 -0500| [a7859e48005f21ab0e18a9f204fec3aab65123aa] | committer: Yikai Lu

PropertyButton.qml: Specify the font size of text

> https://code.videolan.org/videolan/vlmc/commit/a7859e48005f21ab0e18a9f204fec3aab65123aa
---

 src/Gui/timeline/PropertyButton.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Gui/timeline/PropertyButton.qml b/src/Gui/timeline/PropertyButton.qml
index afda685..646bc25 100644
--- a/src/Gui/timeline/PropertyButton.qml
+++ b/src/Gui/timeline/PropertyButton.qml
@@ -14,6 +14,7 @@ Rectangle {
     Text {
         id: _text
         color: "#EEEEEE"
+        font.pixelSize: width / 2
         anchors.centerIn: parent
     }
 



More information about the Vlmc-devel mailing list