diff options
author | corvid <corvid@dillo.org> | 2013-09-14 15:26:13 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2013-09-14 15:26:13 +0000 |
commit | 0ab4edb3001ca79c51be6f050e7e8f92ff823410 (patch) | |
tree | 5a3a9d065b82f319506546fecee0e347ee2100cf /dillorc | |
parent | e66d434aeb97c78daf0d6c3b8e7de0b157310635 (diff) |
BUG#1140: add show_ui_tooltip preference
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -68,7 +68,7 @@ # Minimum font size in pixels #font_min_size=6 -# Show tooltip popups for UI and for HTML title attributes +# Show tooltip popups for HTML title attributes #show_tooltip=YES # Set this to YES if you want to limit the word wrap width to the viewport @@ -324,6 +324,9 @@ ui_tab_bg_color=#b7beb7 #show_help=YES #show_progress_box=YES +# Show tooltip popups for the UI +#show_ui_tooltip=YES + # Start dillo with the panels hidden? #fullwindow_start=NO |