[vlc-devel] [PATCH 14/16] qml: add borderRadius to KeyNavigableTableView rows
Abel Tesfaye
abeltesfaye45 at gmail.com
Fri Aug 9 17:23:51 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 41b3e621eb..523265d6f6 100644
--- a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
+++ b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
@@ -103,6 +103,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