(GUI): added scale large image option.

This commit is contained in:
morkt
2018-03-11 20:50:33 +04:00
parent c5113b08ba
commit ce2e256dc2
13 changed files with 175 additions and 13 deletions

View File

@@ -56,6 +56,8 @@ namespace GARbro.GUI
public App App { get { return m_app; } }
internal static readonly GuiResourceSetting DownScaleImage = new GuiResourceSetting ("winDownScaleImage");
const StringComparison StringIgnoreCase = StringComparison.CurrentCultureIgnoreCase;
public MainWindow()
@@ -82,6 +84,7 @@ namespace GARbro.GUI
this.MinWidth = e.NewSize.Width+79;
}
};
DownScaleImage.PropertyChanged += (s, e) => ApplyDownScaleSetting();
pathLine.EnterKeyDown += acb_OnKeyDown;
}