feat: Added grades
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
<?import javafx.scene.control.ScrollPane?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.Region?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.layout.VBox?>
|
||||
|
||||
<BorderPane xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="cz.jzitnik.controllers.GradesController"
|
||||
style="-fx-background-color: linear-gradient(#0f1724, #071023);">
|
||||
style="-fx-background-color: linear-gradient(#0f1724, #071023);"
|
||||
stylesheets="@styles/grades.css">
|
||||
|
||||
<!-- Header -->
|
||||
<top>
|
||||
|
||||
Reference in New Issue
Block a user