Widen columns
authorJoey Schulze <joey@infodrom.org>
Thu, 11 Oct 2012 19:36:21 +0000 (21:36 +0200)
committerJoey Schulze <joey@infodrom.org>
Thu, 11 Oct 2012 19:36:21 +0000 (21:36 +0200)
masks/system/sys_theme_keys.php
masks/system/sys_theme_values.php

index c6ed8c2..d174797 100644 (file)
@@ -10,7 +10,7 @@ $mask = array(
                                            ),
                              'name' => array(
                                            'name' => 'Name',
-                                           'width' => 150,
+                                           'width' => 200,
                                            ),
                              'title' => array(
                                            'name' => 'Title',
index 4bc985c..a842f21 100644 (file)
@@ -15,13 +15,13 @@ $mask = array(
                                            ),
                              'theme' => array(
                                            'name' => 'Theme',
-                                           'width' => 90,
+                                           'width' => 80,
                                            'specs' => "ClassName: 'aligncenter', filterUI: 's'",
                                            'control' => "new Rico.TableColumn.lookup(".grid_lookup_sql('sys_themes','id','name').", 0, '')",
                                            ),
                              'item' => array(
                                            'name' => 'Item',
-                                           'width' => 150,
+                                           'width' => 170,
                                            'specs' => "filterUI: 's'",
                                            'control' => "new Rico.TableColumn.lookup(".grid_lookup_sql('sys_theme_items','id','name').", 0, '')",
                                            ),