Make used room smaller.

This commit is contained in:
Bruce
2026-04-14 16:32:45 +08:00
parent 686e08199c
commit 9fbcbdd7e9
7 changed files with 29 additions and 10633 deletions

View File

@@ -28,6 +28,20 @@ namespace Reader
InitSize ();
Text = Bridge.ResXmlStore.StringRes.Get ("READER_APPTITLE");
this.Load += Form_Load;
try
{
if (this is WAShell.ModernForm)
{
this.WindowIcon = new Icon (Path.Combine (AppDomain.CurrentDomain.BaseDirectory, "icons\\32_reader.ico"));
}
}
catch
{
if (this is WAShell.ModernForm)
{
this.WindowIcon = this.Icon;
}
}
}
private void InitSize ()
{