Skip to content

Commit

Permalink
style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fourthline committed Apr 30, 2014
1 parent 2010236 commit 61af763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fourthline/mabiicco/preloader/Startup.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.*?>

<AnchorPane id="AnchorPane" prefHeight="222.0" prefWidth="300.0" style="-fx-border-width: 1; -fx-border-color: black;" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fourthline.mabiicco.preloader.StartupController">
<children><TextArea fx:id="text" editable="false" focusTraversable="false" layoutX="14.0" layoutY="103.0" prefHeight="70.0" prefWidth="272.0">
<AnchorPane id="AnchorPane" prefHeight="222.0" prefWidth="300.0" stylesheets="@style.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fourthline.mabiicco.preloader.StartupController">
<children><TextArea fx:id="text" editable="false" layoutX="14.0" layoutY="103.0" prefHeight="70.0" prefWidth="272.0">
<font>
<Font name="Meiryo" size="10.0" />
</font>
Expand Down
4 changes: 4 additions & 0 deletions src/fourthline/mabiicco/preloader/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AnchorPane {
-fx-border-width: 1;
-fx-border-color: black;
}

0 comments on commit 61af763

Please sign in to comment.