Set properties to be text and icons by default

This commit is contained in:
lorilee
2010-08-14 11:47:44 -07:00
parent 7d0d1c1d01
commit 955df80a30

View File

@@ -1004,7 +1004,7 @@ $cfg['LightTabs'] = false;
*
* @global boolean $cfg['PropertiesIconic']
*/
$cfg['PropertiesIconic'] = true;
$cfg['PropertiesIconic'] = 'both';
/**
* How many columns should be used for table display of a database?