1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-13 14:29:30 +00:00

Adjust default column widths for side panel ListViews

This commit is contained in:
Andy McFadden 2018-10-01 16:51:32 -07:00
parent 93b21b16f8
commit 31450d8314

View File

@ -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
//