Mercurial > geeqie
diff src/rcfile.c @ 458:7a69309b91c8
Allow the user to set the drag'n drop icon size through
Preferences > Advanced > Behavior > Drag'n drop icon size.
It is saved to rc file as dnd_icon_size.
| author | zas_ |
|---|---|
| date | Mon, 21 Apr 2008 10:09:01 +0000 |
| parents | ddabc4873a3f |
| children | 2df505c60459 |
line wrap: on
line diff
--- a/src/rcfile.c Sun Apr 20 23:17:35 2008 +0000 +++ b/src/rcfile.c Mon Apr 21 10:09:01 2008 +0000 @@ -318,6 +318,7 @@ WRITE_BOOL(mousewheel_scrolls); WRITE_INT(open_recent_list_maxsize); + WRITE_INT(dnd_icon_size); WRITE_BOOL(place_dialogs_under_mouse); @@ -608,7 +609,7 @@ READ_BOOL(mousewheel_scrolls); READ_INT(open_recent_list_maxsize); - + READ_INT(dnd_icon_size); READ_BOOL(place_dialogs_under_mouse);
