Project

General

Profile

« Previous | Next » 

Revision 1ee5815c

Added by Chris Buechler about 14 years ago

make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down

View differences:

usr/local/www/guiconfig.inc
914 914
		}
915 915

  
916 916
		if ($tab_array_char_limit == '') {
917
			$tab_array_char_limit = 82;
917
			$tab_array_char_limit = 92;
918 918
		}
919 919

  
920 920
        $tab_temp = array ();

Also available in: Unified diff