Usermode/CLIShell - Fixed not catching execve returning
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / renderers / widget / textinput.c
index b2b68e0..abfb820 100644 (file)
@@ -41,10 +41,8 @@ void Widget_TextInput_Init(tElement *Element)
 
        h += 2+2;       // Border padding       
 
-       if( Element->Parent && (Element->Parent->Flags & ELEFLAG_VERTICAL) )
-               Element->MinWith = h;
-       else
-               Element->MinCross = h;
+       Element->MinH = h;
+       Element->MinW = 4;
 
        _SysDebug("h = %i", h);
 

UCC git Repository :: git.ucc.asn.au