Adjust column spacing of popup buttons to 4

This commit is contained in:
Howard-C 2020-06-17 15:35:45 +08:00
parent 4e4da4732f
commit 0cc6942280
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ FlatButton {
iconPixelSize: 16
Layout.fillWidth: true
Layout.minimumWidth: (popupAvailableWidth - 12) / 2
Layout.minimumWidth: (popupAvailableWidth - 4) / 2
onVisibleChanged: {
if (!visible) {

View file

@ -84,7 +84,7 @@ InspectorSectionView {
width: parent.width
spacing: 12
spacing: 4
FlatButton {
id: playbackButton

View file

@ -44,7 +44,7 @@ InspectorSectionView {
width: parent.width
columns: 2
columnSpacing: 12
columnSpacing: 4
NoteSettings {
popupPositionX: mapToGlobal(grid.x, grid.y).x - mapToGlobal(x, y).x