Update NESPPU.Designer.cs

Expanded the palette viewer to show all the palettes.
This commit is contained in:
100thCoin 2024-05-06 21:36:50 -04:00 committed by James Groom
parent 6967cff72d
commit c380a60010
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ namespace BizHawk.Client.EmuHawk
this.PaletteView.ContextMenuStrip = this.PaletteContext;
this.PaletteView.Location = new System.Drawing.Point(6, 19);
this.PaletteView.Name = "PaletteView";
this.PaletteView.Size = new System.Drawing.Size(192, 32);
this.PaletteView.Size = new System.Drawing.Size(256, 32);
this.PaletteView.TabIndex = 0;
this.PaletteView.Text = "Palettes";
this.PaletteView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PaletteView_MouseClick);