summaryrefslogtreecommitdiff
path: root/src/view/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/viewer.c')
-rw-r--r--src/view/viewer.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/view/viewer.c b/src/view/viewer.c
index 457e4a1..20ab723 100644
--- a/src/view/viewer.c
+++ b/src/view/viewer.c
@@ -47,7 +47,8 @@
#define BTN_LOC_PLAY 2
#define BTN_LOC_NEXT 4
#define BTN_LOC_ROTATE 5
-#define BTN_LOC_ZOOM 6
+#define BTN_LOC_ZOOM 5
+/*#define BTN_LOC_ZOOM 6*/
#define BTN_LOC_SLIDE 8
enum {
@@ -120,10 +121,12 @@ static struct _btn_info btn_photo[] = {
.name = SRC_BTN_GALLERY_NEXT,
.loc = BTN_LOC_NEXT,
},
+ /*
{
.name = SRC_BTN_ROTATE,
.loc = BTN_LOC_ROTATE,
},
+ */
{
.name = SRC_BTN_ZOOM,
.loc = BTN_LOC_ZOOM,
@@ -180,7 +183,7 @@ static struct _viewer_info viewer_info[] = {
},
{
.btns = btn_photo,
- .btn_count = 5,
+ .btn_count = 4,
.focus_loc = BTN_LOC_NEXT,
.callback = _callback_photo,
},