[vlmc-devel] Track.qml: Always show Text with a fixed height
Yikai Lu
git at videolan.org
Tue Aug 16 03:37:08 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Aug 15 20:25:33 2016 -0500| [0382b0e19d1d3d52d9ce23c7eb8c06023306068c] | committer: Yikai Lu
Track.qml: Always show Text with a fixed height
> https://code.videolan.org/videolan/vlmc/commit/0382b0e19d1d3d52d9ce23c7eb8c06023306068c
---
src/Gui/timeline/Track.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Gui/timeline/Track.qml b/src/Gui/timeline/Track.qml
index 35abd60..fdd926a 100644
--- a/src/Gui/timeline/Track.qml
+++ b/src/Gui/timeline/Track.qml
@@ -382,7 +382,7 @@ Item {
x: 10
text: type + " " + ( trackId + 1 )
color: "white"
- font.pointSize: trackHeight / 3
+ font.pointSize: 10
}
Row {
More information about the Vlmc-devel
mailing list