mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-26 05:37:56 +08:00
(GUI): added scale large image option.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user