mirror of
https://github.com/sabazadam/Se302.git
synced 2025-12-31 20:31:22 +00:00
Added Help Menu and Fixed Theme Switch
This commit is contained in:
@@ -16,9 +16,12 @@
|
||||
<padding>
|
||||
<Insets top="10" right="20" bottom="10" left="20"/>
|
||||
</padding>
|
||||
<Label text="📅 Exam Scheduling System" styleClass="title-label" HBox.hgrow="ALWAYS"/>
|
||||
<Label text="📅 Exam Scheduling System" styleClass="title-label"/>
|
||||
<Region HBox.hgrow="ALWAYS"/>
|
||||
<Button fx:id="helpButton" text="❓" onAction="#onShowHelp"
|
||||
styleClass="header-icon-button"/>
|
||||
<Button fx:id="themeToggleButton" text="🌙" onAction="#onToggleTheme"
|
||||
style="-fx-background-color: transparent; -fx-text-fill: white; -fx-border-color: transparent; -fx-border-width: 0; -fx-padding: 8; -fx-font-size: 18px; -fx-cursor: hand;"/>
|
||||
styleClass="header-icon-button"/>
|
||||
</HBox>
|
||||
<Separator/>
|
||||
</VBox>
|
||||
|
||||
Reference in New Issue
Block a user