always show scrollbar when needed (fix #LINQT-2102)
This commit is contained in:
parent
0d2e83a60d
commit
36c783c9e5
1 changed files with 3 additions and 2 deletions
|
|
@ -203,10 +203,11 @@ MainRightPanel {
|
||||||
sig.connect(f)
|
sig.connect(f)
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollBar.vertical: Control.ScrollBar {
|
ScrollBar.vertical: ScrollBar {
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
visible: editionLayout.contentHeight > editionLayout.height
|
||||||
}
|
}
|
||||||
ScrollBar.horizontal: Control.ScrollBar {
|
ScrollBar.horizontal: ScrollBar {
|
||||||
}
|
}
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: Utils.getSizeWithScreenRatio(20)
|
spacing: Utils.getSizeWithScreenRatio(20)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue