mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Merge pull request #6 from haganbmj/stored_image_resolution
misc: change storage size of image slices
This commit is contained in:
+5
-1
@@ -87,7 +87,11 @@ String tr(const Package&, const String& subcat, const String& key, DefaultLocale
|
||||
#define _TOOLTIP_1_(s,a) format_string(_TOOLTIP_(s), a)
|
||||
|
||||
/// A localized string for tooltip labels, with 1 argument (printf style)
|
||||
#define _LABEL_1_(s,a) format_string(_LABEL_(s), a)
|
||||
#define _LABEL_1_(s,a) format_string(_LABEL_(s), a)
|
||||
/// A localized string for tooltip labels, with 2 argument (printf style)
|
||||
#define _LABEL_2_(s,a,b) format_string(_LABEL_(s), a, b)
|
||||
/// A localized string for tooltip labels, with 3 argument (printf style)
|
||||
#define _LABEL_3_(s,a,b,c) format_string(_LABEL_(s), a, b, c)
|
||||
|
||||
/// A localized string for button text, with 1 argument (printf style)
|
||||
#define _BUTTON_1_(s,a) format_string(_BUTTON_(s), a)
|
||||
|
||||
@@ -281,7 +281,9 @@ enum ControlID {
|
||||
ID_EXPORT_ZOOM_X,
|
||||
ID_EXPORT_ZOOM_Y,
|
||||
ID_SHARPEN,
|
||||
ID_SHARPEN_AMOUNT,
|
||||
ID_SHARPEN_AMOUNT,
|
||||
// Internal window
|
||||
ID_INTERNAL_SCALE,
|
||||
// Updates window
|
||||
ID_PACKAGE_LIST,
|
||||
ID_KEEP,
|
||||
|
||||
Reference in New Issue
Block a user