From: Joey Schulze Date: Wed, 24 Feb 2010 18:06:59 +0000 (+0100) Subject: Widen priority field slightly X-Git-Tag: 2010-06-02_customer~233 X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=commitdiff_plain;h=7be50d4a60d4cad1c0d61f4ae3d41a20721756e3 Widen priority field slightly --- diff --git a/masks/sys_mask.php b/masks/sys_mask.php index 9115625..01ab582 100644 --- a/masks/sys_mask.php +++ b/masks/sys_mask.php @@ -21,7 +21,7 @@ $mask = array( ), 'priority' => array( 'name' => 'Priorität', - 'width' => 25, + 'width' => 30, 'type' => 'number', 'specs' => "ClassName: 'alignright'", ),