vlc | branch: master | Prince Gupta <[email protected]> | Fri Jun 5 21:15:19 2020 +0530| [c3b987f8b006871ec793d1d1c71d79705e2ba5f3] | committer: Pierre Lamot
qml: add table cover border and cover icon size constants to KeyNavigableTableView > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3b987f8b006871ec793d1d1c71d79705e2ba5f3 --- modules/gui/qt/style/VLCStyle.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml index 99bdba7e54..691e48ae7d 100644 --- a/modules/gui/qt/style/VLCStyle.qml +++ b/modules/gui/qt/style/VLCStyle.qml @@ -75,6 +75,8 @@ Item { property int icon_topbar: 38 * scale + property int play_cover_small: 24 * scale + property int cover_xxsmall: 32 * scale; property int cover_xsmall: 64 * scale; property int cover_small: 96 * scale; @@ -134,7 +136,6 @@ Item { property int button_width_normal: 96 * scale property int button_width_large: 128 * scale - //GridItem property int gridItem_network_height: VLCStyle.network_normal + VLCStyle.fontHeight_normal + VLCStyle.fontHeight_small + VLCStyle.margin_xxsmall * 4 property int gridItem_network_width: VLCStyle.network_normal + VLCStyle.margin_xxsmall * 4 @@ -148,6 +149,8 @@ Item { property int column_width: 114 * scale property int column_margin_width: 32 * scale + property int table_cover_border: 2 * scale + //global application margin "safe area" property int applicationHorizontalMargin: 0 property int applicationVerticalMargin: 0 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
