Sfoglia il codice sorgente

Fix for bloated textfields.

Mark Sibly 9 anni fa
parent
commit
c49abfad61
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      modules/mojox/textfield.monkey2

+ 1 - 0
modules/mojox/textfield.monkey2

@@ -25,6 +25,7 @@ Class TextField Extends TextView
 	#end
 	Method New()
 		Style=GetStyle( "TextField" )
+		ContentView.Style=New Style
 		
 		Layout="fill-x"
 		Gravity=New Vec2f( .5 )