From 955df80a3066b4f0ee96fe64a761163fd6f93a8b Mon Sep 17 00:00:00 2001 From: lorilee Date: Sat, 14 Aug 2010 11:47:44 -0700 Subject: [PATCH] Set properties to be text and icons by default --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index ce0c0a0d7..9cdb12434 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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?