Skip to content

Commit 0f87f3d

Browse files
committed
added Bug Icon to 'report a bug'-Button on About Page
1 parent 71fa44d commit 0f87f3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/resources/layouts/about.fxml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>. -->
1818

19+
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView?>
1920
<?import javafx.scene.control.Button?>
2021
<?import javafx.scene.control.Hyperlink?>
2122
<?import javafx.scene.control.Label?>
@@ -24,7 +25,7 @@
2425
<?import javafx.scene.shape.Line?>
2526
<?import javafx.scene.text.Font?>
2627

27-
<Pane fx:id="mainContainer" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="507.0" prefWidth="509.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.AboutController">
28+
<Pane fx:id="mainContainer" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="507.0" prefWidth="509.0" xmlns="http://javafx.com/javafx/8.0.202-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.view.AboutController">
2829
<children>
2930
<Label fx:id="keepTimeLabel" layoutX="197.0" layoutY="11.0" text="KeepTime">
3031
<font>
@@ -58,10 +59,13 @@
5859
<Font name="Open Sans Regular" size="14.0" />
5960
</font>
6061
</Label>
61-
<Button fx:id="reportBugButton" focusTraversable="false" layoutX="355.0" layoutY="237.0" mnemonicParsing="false" prefWidth="110.0" text="report a bug">
62+
<Button fx:id="reportBugButton" focusTraversable="false" layoutX="355.0" layoutY="237.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="121.0" text="report a bug">
6263
<font>
6364
<Font name="Open Sans Regular" size="14.0" />
6465
</font>
66+
<graphic>
67+
<FontAwesomeIconView glyphName="BUG" />
68+
</graphic>
6569
</Button>
6670
<TableView fx:id="licenseTableView" focusTraversable="false" layoutX="39.0" layoutY="302.0" prefHeight="188.0" prefWidth="437.0" />
6771
<Label fx:id="versionNumberLabel" layoutX="97.0" layoutY="92.0" text="1.0.0">

0 commit comments

Comments
 (0)