From 8853b802636ba2aacef603db79a9d45ce6ffe884 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 15 Oct 2009 20:31:19 +0000 Subject: [PATCH] Consistency tweak: Reduce the length of these input field and make them consistent with other input fields for numeric values --- includes/Preferences.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Preferences.php b/includes/Preferences.php index 072f92d83b..2137f9d861 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -559,6 +559,7 @@ class Preferences { 'label-message' => 'timezonelegend', 'options' => self::getTimezoneOptions(), 'default' => $tzSetting, + 'size' => 20, 'section' => 'datetime/timeoffset', ); } @@ -588,6 +589,7 @@ class Preferences { 'type' => 'selectorother', 'section' => 'rendering/advancedrendering', 'options' => $stubThresholdOptions, + 'size' => 20, 'label' => wfMsg( 'stub-threshold' ), // Raw HTML message. Yay? ); $defaultPreferences['highlightbroken'] = -- 2.20.1