diff --git a/libraries/Native/Graphics/Input.js b/libraries/Native/Graphics/Input.js index ebcf099..8dc0da7 100644 --- a/libraries/Native/Graphics/Input.js +++ b/libraries/Native/Graphics/Input.js @@ -53,7 +53,7 @@ Elm.Native.Graphics.Input.make = function(elm) { } function dropDown(signal, values) { - return A3(newElement, w, h, { + return A3(newElement, 100, 24, { ctor: 'Custom', type: 'DropDown', render: renderDropDown(signal,values),