Polish config dialog header and center search input text

This commit is contained in:
Meik
2026-03-05 14:42:51 +01:00
parent 70ee5882e4
commit 0fd3ddde21
4 changed files with 30 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ namespace C4IT_CustomerPanel.forms
string version = fvi.ProductVersion;
TxtCopyRight.Text = "© Copyright " + DateTime.Now.Year ;
TxtVersion.Text = "Version: " + version;
Title = Title + " " + DateTime.Now.Year + " / Version: "+version;
conf = config;