refactor(gui): increase default column width

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-11-25 12:48:40 +05:30
parent 037e957741
commit 4891e7afdb
2 changed files with 6 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ export default {
ForeignKey: {},
SingleLineText: { w: '150px' },
LongText: { w: '400px' },
Attachment: {},
Checkbox: {},
Attachment: { w: '400px' },
Checkbox: { w: '100px' },
MultiSelect: { w: '200px' },
SingleSelect: { w: '200px' },
Collaborator: {},
@@ -23,11 +23,12 @@ export default {
Formula: {},
Rollup: {},
Count: {},
Lookup: {},
DateTime: {},
CreateTime: {},
LastModifiedTime: {},
AutoNumber: {},
Barcode: {},
Button: {}
Button: {},
LinkToAnotherRecord: { w: '400px' },
Lookup: { w: '400px' }
}