"backend/stream_processing/__init__.py" did not exist on "67ebe9e05e819c1e8c5da5a0519101ec41088163"
Commit c507c986 authored by Luna Riegel's avatar Luna Riegel
Browse files

Feat: Add hyperlink to descriptions on homepage

parent 3bf294d4
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<?import javafx.geometry.Insets?> <?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?> <?import javafx.scene.control.Button?>
<?import javafx.scene.control.Hyperlink?>
<?import javafx.scene.control.Label?> <?import javafx.scene.control.Label?>
<?import javafx.scene.control.ProgressBar?> <?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.control.Tab?> <?import javafx.scene.control.Tab?>
...@@ -60,6 +61,15 @@ ...@@ -60,6 +61,15 @@
<Font size="16.0" /> <Font size="16.0" />
</font> </font>
</Label> </Label>
<Label fx:id="checkDescriptionsLabel" layoutX="10.0" layoutY="10.0" text="Check Descriptions Available At:">
<font>
<Font size="16.0" />
</font>
<HBox.margin>
<Insets left="100.0" />
</HBox.margin>
</Label>
<Hyperlink fx:id="homepageHyperlink" alignment="CENTER" text="Hyperlink" />
</children> </children>
</HBox> </HBox>
<HBox spacing="5.0" VBox.vgrow="ALWAYS"> <HBox spacing="5.0" VBox.vgrow="ALWAYS">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment