diff --git a/src/EasyApp/Gui/Components/TableView.qml b/src/EasyApp/Gui/Components/TableView.qml index c3d538ec..69262220 100644 --- a/src/EasyApp/Gui/Components/TableView.qml +++ b/src/EasyApp/Gui/Components/TableView.qml @@ -53,10 +53,14 @@ ListView { // Empty content rows //delegate: EaComponents.TableViewDelegate {} + // fixes an issue of clicks not registering right after scroll + pressDelay: 10 + // Table border Rectangle { anchors.fill: listView color: "transparent" + antialiasing: true border.color: EaStyle.Colors.appBarComboBoxBorder Behavior on border.color { EaAnimations.ThemeChange {} } }