Browse Source

Fix a small column chewing bug in the README.md

pull/473/head
Nelson Chen 5 years ago
committed by Chris
parent
commit
d79027cbdb
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -300,7 +300,7 @@ Just about everything in Gooey's overall look and feel can be customized by pass
| terminal_panel_color | HEX value of the terminal's panel | | terminal_panel_color | HEX value of the terminal's panel |
| terminal_font_color | HEX value of the font displayed in Gooey's terminal | | terminal_font_color | HEX value of the font displayed in Gooey's terminal |
| terminal_font_family | Name of the Font Family to use in the terminal | | terminal_font_family | Name of the Font Family to use in the terminal |
| terminal_font_weight | Weight of the font (NORMAL|BOLD) |
| terminal_font_weight | Weight of the font (NORMAL\|BOLD) |
| terminal_font_size | Point size of the font displayed in the terminal | | terminal_font_size | Point size of the font displayed in the terminal |
| error_color | HEX value of the text displayed when a validation error occurs | | error_color | HEX value of the text displayed when a validation error occurs |
| menus | Show custom menu groups and items (see: [Menus](#menus) | | menus | Show custom menu groups and items (see: [Menus](#menus) |

Loading…
Cancel
Save