diff options
author | Chris Buechler <cmb@pfsense.org> | 2011-07-22 18:34:57 -0400 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2011-07-22 18:34:57 -0400 |
commit | 1ee5815c75aa282f05a8f6b9cc581969358557a7 (patch) | |
tree | bb1e00ffab6de5beff29b0c8416ce3f5f4b4cd8f /usr/local | |
parent | e099a6710ab2a6c71ef9b9f814577e2b338739ab (diff) | |
download | pfsense-1ee5815c75aa282f05a8f6b9cc581969358557a7.zip pfsense-1ee5815c75aa282f05a8f6b9cc581969358557a7.tar.gz |
make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/guiconfig.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 63fadab..6b579db 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -914,7 +914,7 @@ function display_top_tabs(& $tab_array, $no_drop_down = false) { } if ($tab_array_char_limit == '') { - $tab_array_char_limit = 82; + $tab_array_char_limit = 92; } $tab_temp = array (); |