mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fix: scrollbar always visible (#1877)
* fix: scrollbar always visible * fix: scrollbar always visible on app split tunneling page
This commit is contained in:
@@ -162,6 +162,8 @@ PageType {
|
|||||||
ListViewType {
|
ListViewType {
|
||||||
id: listView
|
id: listView
|
||||||
|
|
||||||
|
ScrollBar.vertical: ScrollBarType { policy: ScrollBar.AlwaysOn }
|
||||||
|
|
||||||
anchors.top: header.bottom
|
anchors.top: header.bottom
|
||||||
anchors.bottom: addAppButton.top
|
anchors.bottom: addAppButton.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|||||||
@@ -164,6 +164,8 @@ PageType {
|
|||||||
ListViewType {
|
ListViewType {
|
||||||
id: listView
|
id: listView
|
||||||
|
|
||||||
|
ScrollBar.vertical: ScrollBarType { policy: ScrollBar.AlwaysOn }
|
||||||
|
|
||||||
anchors.top: header.bottom
|
anchors.top: header.bottom
|
||||||
anchors.topMargin: 16
|
anchors.topMargin: 16
|
||||||
anchors.bottom: addSiteButton.top
|
anchors.bottom: addSiteButton.top
|
||||||
|
|||||||
Reference in New Issue
Block a user