fix: fix left tab line not following height of parent

Fixes #1948
This commit is contained in:
Jonathan Rainville 2021-03-04 10:07:27 -05:00 committed by Iuri Matias
parent e6f17fdf55
commit 844a61798a
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ RowLayout {
Rectangle {
height: parent.height
Layout.fillHeight: true
width: 1
color: Style.current.border
}