Fix default margin of StyledPopupView
Also fix width of Inspector popups
This commit is contained in:
parent
b14c1995c3
commit
3aba6c4677
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -32,7 +32,6 @@ StyledPopupView {
|
|||
|
||||
contentWidth: 280
|
||||
contentHeight: 600
|
||||
margins: 12
|
||||
|
||||
NoteInputBarCustomiseModel {
|
||||
id: customiseModel
|
||||
|
|
Loading…
Reference in a new issue