summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h
index 8605e50..7047a44 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -32,6 +32,9 @@ const gchar *OPTION_SPRITES_DEFAULT = "graphics/sprites/";
const gboolean KEY_SHOW_GRID_DEFAULT = TRUE;
const gchar *KEY_CLIENTDATA_FOLDER_DEFAULT = "";
+const int IMAGESET_PREVIEW_WINDOW_WIDTH = 200;
+const int IMAGESET_PREVIEW_WINDOW_HEIGHT = 300;
+
typedef struct {
XMLNode *node;