Fix layout

This commit is contained in:
Antonis Tsiapaliokas 2013-08-29 12:32:38 +03:00 committed by Martin Gräßlin
parent c0a188b3f2
commit fcae304dac
2 changed files with 3 additions and 0 deletions

View file

@ -89,6 +89,8 @@ Component {
Text {
id: desc
text: model.DescriptionRole
width: effectItem.width
elide: Text.ElideRight
}
Item {
id:aboutItem

View file

@ -66,6 +66,7 @@ Item {
ColumnLayout {
id: col
height: parent.height
Layout.minimumWidth: parent.width - windowManagement.width
anchors {
top: parent.top