Skip to content

Commit

Permalink
Fix bugs : dialog box being truncated
Browse files Browse the repository at this point in the history
  • Loading branch information
albertsutz committed Feb 18, 2022
1 parent 8e5bf16 commit 6f0879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/DialogBox.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--@@author albertsutz-reused
inspiration from github.com/zunedz/ip
with some medium amount of changes-->
<fx:root alignment="TOP_RIGHT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="500.0" style="-fx-background-color: #D3D3D3;" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
<fx:root alignment="TOP_RIGHT" minHeight="-Infinity" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="500.0" style="-fx-background-color: #D3D3D3;" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Label fx:id="dialog" maxWidth="320.0" style="-fx-background-color: #606060#606060; -fx-background-radius: 6;" textFill="WHITE" textOverrun="CLIP" wrapText="true">
<font>
Expand Down

0 comments on commit 6f0879b

Please sign in to comment.