fix thumbnail position/size to not cover text
This commit is contained in:
parent
044ffb3a4b
commit
8050ec0185
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ Item {
|
|||
id: thumbnailItem
|
||||
wId: windowId
|
||||
width: parent.width - closeButtonContainer.width - 20
|
||||
height: thumbnailListView.height - 40
|
||||
height: thumbnailListView.height - windowTitle.height - 4
|
||||
clip: false
|
||||
anchors.centerIn: parent
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue