Preferences: Turn stubthreshold back into a combo box
[lhc/web/wiklou.git] / includes / Preferences.php
index 482c24b..b4bb6de 100644 (file)
@@ -750,7 +750,6 @@ class Preferences {
                        'type' => 'select',
                        'section' => 'rendering/advancedrendering',
                        'options' => $stubThresholdOptions,
-                       'size' => 20,
                        'label-raw' => $context->msg( 'stub-threshold' )->text(), // Raw HTML message. Yay?
                );