[vlc-devel] [PATCH 11/14] qml: add borderRadius to KeyNavigableTableView rows
Abel Tesfaye
abeltesfaye45 at gmail.com
Tue Aug 6 11:18:45 CEST 2019
From: Abel Tesfaye <Abeltesfaye45 at gmail.com>
---
modules/gui/qt/qml/utils/KeyNavigableTableView.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
index 255b17353f..baafd6d8f8 100644
--- a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
+++ b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
@@ -104,6 +104,7 @@ NavigableFocusScope {
anchors.leftMargin: VLCStyle.margin_xxxsmall
anchors.rightMargin: VLCStyle.margin_xxxsmall
color: VLCStyle.colors.bg
+ radius: height / 10
Row {
anchors {
--
2.21.0
More information about the vlc-devel
mailing list