vlc | branch: master | Abel Tesfaye <[email protected]> | Wed Jul 31 11:47:24 2019 +0300| [cb77d2fdd842607f23a936d0edfeb050eb4f3abf] | committer: Jean-Baptiste Kempf
qml: set proper width for tableView Delegate Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb77d2fdd842607f23a936d0edfeb050eb4f3abf --- modules/gui/qt/qml/utils/KeyNavigableTableView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml index 9d5b608264..53832cbe58 100644 --- a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml +++ b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml @@ -61,7 +61,7 @@ NavigableFocusScope { Package.name: "list" id: lineView - width: parent.width + width: view.width height: VLCStyle.fontHeight_normal + VLCStyle.margin_large color: VLCStyle.colors.getBgColor(element.DelegateModel.inSelected, hoverArea.containsMouse, this.activeFocus) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
