Improved Animatrix rendering

This commit is contained in:
seerge
2023-03-20 23:27:13 +01:00
parent 265c6ce417
commit 06be8c726e
3 changed files with 25 additions and 13 deletions

View File

@@ -710,6 +710,8 @@ namespace GHelper
tableScreen.Controls.Add(buttonScreenAuto, 0, 0);
tableScreen.Controls.Add(button60Hz, 1, 0);
tableScreen.Controls.Add(button120Hz, 2, 0);
tableScreen.Controls.Add(buttonMiniled, 3, 0);
tableScreen.Location = new Point(16, 51);
tableScreen.Margin = new Padding(8, 4, 8, 4);
tableScreen.Name = "tableScreen";