# HG changeset patch # User zas_ # Date 1226348205 0 # Node ID 86f281d6bac9f46e65179b39933d75d6677de752 # Parent 829f45bf988b24b2ca26227d5a769c2ce6ba8cfa Minor cleanup. diff -r 829f45bf988b -r 86f281d6bac9 doc/main_window_menus.html --- a/doc/main_window_menus.html Mon Nov 10 19:37:17 2008 +0000 +++ b/doc/main_window_menus.html Mon Nov 10 20:16:45 2008 +0000 @@ -103,7 +103,7 @@
Thumbnail maintenance
Opens a dialog with utilities to manage cached thumbnails and keywords data.
-
Set as wallpaper
Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to fit to window; when zoom is set to fit to window, the image will be scaled to fill the root window.
+
Set as wallpaper
Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to fit to window; when zoom is set to fit to window, the image will be scaled to fill the root window.

View menu

diff -r 829f45bf988b -r 86f281d6bac9 doc/options_editor_commands.html --- a/doc/options_editor_commands.html Mon Nov 10 19:37:17 2008 +0000 +++ b/doc/options_editor_commands.html Mon Nov 10 20:16:45 2008 +0000 @@ -45,7 +45,7 @@
Menu name
-

This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the Command Line field.

+

This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the Command Line field.

Command Line
diff -r 829f45bf988b -r 86f281d6bac9 doc/options_hidden.html --- a/doc/options_hidden.html Mon Nov 10 19:37:17 2008 +0000 +++ b/doc/options_hidden.html Mon Nov 10 20:16:45 2008 +0000 @@ -49,9 +49,9 @@

-

lazy_image_sync: [true | false]: This will suppress the image view from changing when selecting a new folder; the current image will remain displayed until the user manually selects another image.

+

lazy_image_sync: [true | false]: This will suppress the image view from changing when selecting a new folder; the current image will remain displayed until the user manually selects another image.

-

display_dialogs_under_mouse: [true | false]: Enabling this will cause new dialogs to initially position themselves such that they are under the current mouse position.

+

display_dialogs_under_mouse: [true | false]: Enabling this will cause new dialogs to initially position themselves such that they are under the current mouse position.

scroll_reset_method: value: This will set the method used to set the scroll position, or visible region of a new image, value can be:

diff -r 829f45bf988b -r 86f281d6bac9 doc/style.css --- a/doc/style.css Mon Nov 10 19:37:17 2008 +0000 +++ b/doc/style.css Mon Nov 10 20:16:45 2008 +0000 @@ -88,6 +88,7 @@ /* dialog descriptions */ dl.dialog_desc { margin-left: 2em; + margin-bottom: 1em; } .dialog_desc dt { display: inline; @@ -97,7 +98,7 @@ margin-top: 0.3em; border: 1px solid white } -.dialog_desc dd {} +.dialog_desc dd { margin-bottom: 0.7em } .dialog_desc dd dl { font-size: 90%; margin-bottom: 1em;