Label entry improvements for macos

This commit is contained in:
Jackson Harper
2023-11-13 20:14:31 +08:00
parent 50f1213e93
commit d33c975ffb
6 changed files with 188 additions and 88 deletions

View File

@ -138,7 +138,7 @@ struct LinkedItemMetadataEditView: View {
)
}
}
.frame(minWidth: 400, minHeight: 600)
.frame(minWidth: 400, minHeight: 400)
}
#endif
}