Skip to content

Commit

Permalink
Bump version, rename new image button
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandyB committed Aug 10, 2024
1 parent e3303ab commit aa2d022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/goxel.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#include <stdlib.h>
#include <string.h>

#define GOXEL_VERSION_STR "0.13.0-aos-0_2e"
#define GOXEL_VERSION_STR "0.13.0-aos-0_2f"
#ifndef GOXEL_DEFAULT_THEME
# define GOXEL_DEFAULT_THEME "dark"
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/gui/image_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ void gui_image_panel(void)
float (*box)[4][4] = &image->box;
gui_bbox(*box);
gui_action_button(ACTION_img_auto_resize, "Auto resize (all/original)", 0);
gui_action_button(ACTION_img_auto_resize_reset, "Auto resize (visible + origin reset)", 0);
gui_action_button(ACTION_img_auto_resize_reset, "Crop to visible & reset origin", 0);
}

0 comments on commit aa2d022

Please sign in to comment.