sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

JFXTextArea/JFXTextField cannot set width? #1176

Closed jzlhll closed 3 years ago

jzlhll commented 3 years ago

< JFXTextArea layoutY="5.0" layoutX="5.0" prefWidth="100.0" maxWidth="120" minWidth="80" prefHeight="12" / >

when I using a JFXTextArea or JFXTextField, prefWidth/maxWidth each of these can not take effect. It is always about 300px.

jzlhll commented 3 years ago

css file limit