mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-23 16:31:32 +00:00
Adjust default column widths for side panel ListViews
This commit is contained in:
parent
93b21b16f8
commit
31450d8314
3
SourceGen/AppForms/ProjectView.Designer.cs
generated
3
SourceGen/AppForms/ProjectView.Designer.cs
generated
@ -984,6 +984,7 @@ namespace SourceGen.AppForms
|
||||
// typeColumnHeader
|
||||
//
|
||||
this.typeColumnHeader.Text = "Type";
|
||||
this.typeColumnHeader.Width = 116;
|
||||
//
|
||||
// notesGroupBox
|
||||
//
|
||||
@ -1401,10 +1402,12 @@ namespace SourceGen.AppForms
|
||||
// symbolNameColumnHeader
|
||||
//
|
||||
this.symbolNameColumnHeader.Text = "Name";
|
||||
this.symbolNameColumnHeader.Width = 84;
|
||||
//
|
||||
// symbolValueColumnHeader
|
||||
//
|
||||
this.symbolValueColumnHeader.Text = "Value";
|
||||
this.symbolValueColumnHeader.Width = 68;
|
||||
//
|
||||
// infoGroupBox
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user