Fix default margin of StyledPopupView

Also fix width of Inspector popups
This commit is contained in:
Casper Jeukendrup 2021-12-12 19:13:27 +01:00
parent b14c1995c3
commit 3aba6c4677
No known key found for this signature in database
GPG key ID: 6C571BEF59E722DD
2 changed files with 1 additions and 2 deletions

View file

@ -35,7 +35,7 @@ PopupView {
property alias width: rootContainer.width
property alias height: rootContainer.height
property int margins: 16
property int margins: 12 + contentBackground.border.width
property int contentWidth: 240
property int contentHeight: contentBody.childrenRect.height

View file

@ -32,7 +32,6 @@ StyledPopupView {
contentWidth: 280
contentHeight: 600
margins: 12
NoteInputBarCustomiseModel {
id: customiseModel