Fixed createButton disabling bug
This commit is contained in:
@ -49,6 +49,14 @@
|
||||
<Insets bottom="17.0" top="5.0" />
|
||||
</padding>
|
||||
</HBox>
|
||||
<Label text="Select Group Members" textAlignment="CENTER" textFill="WHITE">
|
||||
<font>
|
||||
<Font size="15.0" />
|
||||
</font>
|
||||
<VBox.margin>
|
||||
<Insets top="5" bottom="5.0" />
|
||||
</VBox.margin>
|
||||
</Label>
|
||||
<ListView id="chatList" fx:id="userList" focusTraversable="false" onMouseClicked="#userListClicked" prefWidth="316.0" VBox.vgrow="ALWAYS">
|
||||
<contextMenu>
|
||||
<ContextMenu anchorLocation="CONTENT_TOP_LEFT" />
|
||||
|
Reference in New Issue
Block a user