diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-11 12:54:48 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-11 12:54:48 +0400 |
commit | 9a865d782702db9d50b9f74c682354f7031af7fc (patch) | |
tree | 00530bbb554544d9c9b8ea96764ffbdfc9f83404 /saedit/main.h | |
parent | 19f825ee74922fc6bdd7e0f7acea54221a75d257 (diff) | |
download | evol-tools-9a865d782702db9d50b9f74c682354f7031af7fc.tar.gz evol-tools-9a865d782702db9d50b9f74c682354f7031af7fc.tar.bz2 evol-tools-9a865d782702db9d50b9f74c682354f7031af7fc.tar.xz evol-tools-9a865d782702db9d50b9f74c682354f7031af7fc.zip |
saedit: Add key shortcuts
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 3 |
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; |