mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI tweaks
This commit is contained in:
@@ -909,10 +909,11 @@ namespace GHelper
|
||||
labelMatrix.Text = "Slash Lightning";
|
||||
comboMatrixRunning.Items.Clear();
|
||||
comboMatrixRunning.Items.Add("Transmission");
|
||||
comboMatrixRunning.Items.Add("Bitstream");
|
||||
comboMatrixRunning.Items.Add("Bit Stream");
|
||||
|
||||
comboInterval.Visible = true;
|
||||
for (int i = 0; i <= 5; i++) comboInterval.Items.Add($"Interval {i}s");
|
||||
comboInterval.Items.Add($"Interval Off");
|
||||
for (int i = 1; i <= 5; i++) comboInterval.Items.Add($"Interval {i}s");
|
||||
|
||||
buttonMatrix.Visible = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user