mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
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)
|
||||
}
|
||||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue