mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-15 13:19:05 +10:00
Make used room smaller.
This commit is contained in:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user