Some small UI changes and TODO feature: Export image with All characers table

This commit is contained in:
Anton Mukhin
2025-05-29 16:49:25 +03:00
parent 92027a0ee3
commit 8d34e34326
13 changed files with 194 additions and 26 deletions

View File

@@ -134,6 +134,12 @@
toolTip1.SetToolTip(cbZoom, "Zoom level");
cbZoom.SelectedIndexChanged += ZoomChanged;
//
// toolTip1
//
toolTip1.AutoPopDelay = 10000;
toolTip1.InitialDelay = 500;
toolTip1.ReshowDelay = 100;
//
// chkBaseline
//
chkBaseline.AutoSize = true;