vlc | branch: master | Abel Tesfaye <[email protected]> | Wed Jul 31 
15:37:03 2019 +0300| [116bb44d691cc8c6579bd43e89d785863b7354d0] | committer: 
Jean-Baptiste Kempf

qml: add borderRadius to KeyNavigableTableView rows

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=116bb44d691cc8c6579bd43e89d785863b7354d0
---

 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 {

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to