Skip to content

Commit

Permalink
Fix zoom in/out in vertical compact view
Browse files Browse the repository at this point in the history
  • Loading branch information
wandrien committed Mar 25, 2012
1 parent 65ce5b5 commit 808ab35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main-win.c
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,7 @@ static void zoom(FmMainWin* win, int delta)
break;
case FM_FV_LIST_VIEW:
case FM_FV_COMPACT_VIEW:
case FM_FV_VERTICAL_COMPACT_VIEW:
val = &fm_config->small_icon_size;
key_name = "small_icon_size";
break;
Expand Down

0 comments on commit 808ab35

Please sign in to comment.