remove comments and clean up
This commit is contained in:
parent
2c1f3eaf3a
commit
0f98fc955f
14 changed files with 9 additions and 154 deletions
|
|
@ -28,11 +28,7 @@ ListView {
|
|||
|
||||
model: ServersModel
|
||||
|
||||
ScrollBar.vertical: ScrollBarType {
|
||||
id: scrollBar
|
||||
objectName: "scrollBar"
|
||||
policy: root.height >= root.contentHeight ? ScrollBar.AlwaysOff : ScrollBar.AlwaysOn
|
||||
}
|
||||
ScrollBar.vertical: ScrollBarType {}
|
||||
|
||||
property bool isFocusable: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue