Skip to content

Commit

Permalink
Minor formatting changes to README>md.
Browse files Browse the repository at this point in the history
  • Loading branch information
tknomanzr committed Apr 9, 2018
1 parent 8d4d16a commit f7cc366
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,23 +150,23 @@ If this path cannot be found, then the dialog will fall back to a default gtk di
**Tooltip Colors**


tooltip_background The color of tooltip backgrounds.
tooltip_background The color of tooltip backgrounds.
Must use hexadecimal format.
Defaults to #c1c1c1.
tooltip_foreground The tooltip text color.
tooltip_foreground The tooltip text color.
Must use hexadecimal format.
Defaults to #000000.
**Button Label Font**

font_family Sets the font family for labels, e.g. sans, serif, monospace.
font_style Sets the font style, e.g. bold, or bold italic.
font_size Sets the font size for font_labels.
font_family Sets the font family for labels, e.g. sans, serif, monospace.
font_style Sets the font style, e.g. bold, or bold italic.
font_size Sets the font size for font_labels.
**Tooltip Font**


tooltip_font_family Sets the font family for tooltips
tooltip_font_family Sets the font family for tooltips
Defaults to Noto Sans
tooltip_font_style Sets the font style for tooltips, e.g. bold or regular
tooltip_font_style Sets the font style for tooltips, e.g. bold or regular
Defaults to regular.
tooltip_font_size Sets the font size for tooltips.
tooltip_font_size Sets the font size for tooltips.
Defaults to 9.

0 comments on commit f7cc366

Please sign in to comment.