From: Laurent Monin Date: Mon, 10 Nov 2008 20:16:45 +0000 (+0000) Subject: Minor cleanup. X-Git-Tag: v1.0.0~683 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=60ff2fb4b9a39322f5f685310e7f3a8aea316c76 Minor cleanup. --- diff --git a/doc/main_window_menus.html b/doc/main_window_menus.html index b9d4061c..25d8e425 100644 --- a/doc/main_window_menus.html +++ b/doc/main_window_menus.html @@ -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 --git a/doc/options_editor_commands.html b/doc/options_editor_commands.html index 76c4c8db..4b2920c4 100644 --- a/doc/options_editor_commands.html +++ b/doc/options_editor_commands.html @@ -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 --git a/doc/options_hidden.html b/doc/options_hidden.html index 95293c90..0a9f1490 100644 --- a/doc/options_hidden.html +++ b/doc/options_hidden.html @@ -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 --git a/doc/style.css b/doc/style.css index 6ce6b055..0e7ac099 100644 --- a/doc/style.css +++ b/doc/style.css @@ -88,6 +88,7 @@ dl.menu_desc { /* dialog descriptions */ dl.dialog_desc { margin-left: 2em; + margin-bottom: 1em; } .dialog_desc dt { display: inline; @@ -97,7 +98,7 @@ dl.dialog_desc { 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;