[vlc-commits] qml: add borderRadius to KeyNavigableTableView rows

Abel Tesfaye git at videolan.org
Tue Aug 20 18:21:27 CEST 2019


vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | 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 <jb at videolan.org>

> 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 {



More information about the vlc-commits mailing list