Skip to content

Commit

Permalink
Resolvendo problema
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Paulino-Arruda-Filho committed Nov 23, 2023
1 parent 64f24c2 commit cb747a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@
import javafx.scene.input.Clipboard;
import javafx.scene.input.ClipboardContent;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.AnchorPane;
import javafx.scene.layout.FlowPane;
import javafx.scene.layout.HBox;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
import javafx.util.converter.IntegerStringConverter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,7 @@
<children>
<VBox alignment="CENTER">
<children>
<StackPane id="listaParticipantes" fx:id="secaoParticipantes" prefHeight="140.0" prefWidth="1426.0" visible="false">
<children>
<Label text="Participantes" StackPane.alignment="TOP_LEFT">
<StackPane.margin>
<Insets left="20.0" top="10.0" />
</StackPane.margin>
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
</children>
</StackPane>
<FlowPane fx:id="secaoParticipantes" prefHeight="150.0" prefWidth="1500.0" />
<Button id="botaoNovoParticipante" fx:id="novoParticipante" mnemonicParsing="false" style="-fx-background-color: #2A3F25;" text="Adicionar novo participante +" textFill="WHITE" />
</children>
</VBox>
Expand Down

0 comments on commit cb747a1

Please sign in to comment.