Fix layout
This commit is contained in:
parent
c0a188b3f2
commit
fcae304dac
2 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,8 @@ Component {
|
|||
Text {
|
||||
id: desc
|
||||
text: model.DescriptionRole
|
||||
width: effectItem.width
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
Item {
|
||||
id:aboutItem
|
||||
|
|
|
@ -66,6 +66,7 @@ Item {
|
|||
ColumnLayout {
|
||||
id: col
|
||||
height: parent.height
|
||||
Layout.minimumWidth: parent.width - windowManagement.width
|
||||
|
||||
anchors {
|
||||
top: parent.top
|
||||
|
|
Loading…
Reference in a new issue