always show scrollbar when needed (fix #LINQT-2102)

This commit is contained in:
Gaelle Braud 2025-11-05 17:24:07 +01:00
parent 0d2e83a60d
commit 36c783c9e5

View file

@ -203,10 +203,11 @@ MainRightPanel {
sig.connect(f)
}
ScrollBar.vertical: Control.ScrollBar {
ScrollBar.vertical: ScrollBar {
anchors.right: parent.right
visible: editionLayout.contentHeight > editionLayout.height
}
ScrollBar.horizontal: Control.ScrollBar {
ScrollBar.horizontal: ScrollBar {
}
ColumnLayout {
spacing: Utils.getSizeWithScreenRatio(20)