mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Matrix Brightness reset
This commit is contained in:
@@ -120,6 +120,7 @@ namespace GHelper
|
|||||||
|
|
||||||
private void ButtonReset_Click(object? sender, EventArgs e)
|
private void ButtonReset_Click(object? sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
AppConfig.Set("matrix_brightness", 0);
|
||||||
AppConfig.Set("matrix_contrast", 100);
|
AppConfig.Set("matrix_contrast", 100);
|
||||||
AppConfig.Set("matrix_zoom", 100);
|
AppConfig.Set("matrix_zoom", 100);
|
||||||
AppConfig.Set("matrix_x", 0);
|
AppConfig.Set("matrix_x", 0);
|
||||||
@@ -127,6 +128,7 @@ namespace GHelper
|
|||||||
|
|
||||||
trackZoom.Value = 100;
|
trackZoom.Value = 100;
|
||||||
trackContrast.Value = 100;
|
trackContrast.Value = 100;
|
||||||
|
trackBrightness.Value = 0;
|
||||||
|
|
||||||
SetMatrixPicture();
|
SetMatrixPicture();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user