mirror of
https://github.com/MacPass/MacPass.git
synced 2026-02-01 12:38:21 +00:00
Pinned width of index column to prevent column from being too large or small
This commit is contained in:
@@ -153,7 +153,8 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
|||||||
attachmentsColumn.minWidth = 40.0;
|
attachmentsColumn.minWidth = 40.0;
|
||||||
modifiedColumn.minWidth = 40.0;
|
modifiedColumn.minWidth = 40.0;
|
||||||
historyColumn.minWidth = 40.0;
|
historyColumn.minWidth = 40.0;
|
||||||
indexColumn.minWidth = 16.0;
|
indexColumn.minWidth = 27.0;
|
||||||
|
indexColumn.maxWidth = 27.0;
|
||||||
[self.entryTable addTableColumn:notesColumn];
|
[self.entryTable addTableColumn:notesColumn];
|
||||||
[self.entryTable addTableColumn:attachmentsColumn];
|
[self.entryTable addTableColumn:attachmentsColumn];
|
||||||
[self.entryTable addTableColumn:modifiedColumn];
|
[self.entryTable addTableColumn:modifiedColumn];
|
||||||
|
|||||||
Reference in New Issue
Block a user