From b92a9c1ec9b7e8a39ff098d25dfda517a3338721 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 13 May 2023 19:10:58 -0600 Subject: added about dialog and fixed squished text on stock linux --- .../brysonsteck/serverfordummies/css/info-tabs.css | 5 + .../xyz/brysonsteck/serverfordummies/info.fxml | 108 ++++++++++ .../xyz/brysonsteck/serverfordummies/primary.fxml | 231 ++++++++++++++------- 3 files changed, 271 insertions(+), 73 deletions(-) create mode 100644 app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css create mode 100644 app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml (limited to 'app/src/main/resources/xyz/brysonsteck') diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css b/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css new file mode 100644 index 0000000..023b0c1 --- /dev/null +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css @@ -0,0 +1,5 @@ +.tab-pane>*.tab-header-area>*.tab-header-background { + -fx-background-color: "#F4F4F4"; + -fx-border-color: "#DCDCDC"; + -fx-border-width: 0 0 1 0 +} \ No newline at end of file diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml b/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml new file mode 100644 index 0000000..978bc5c --- /dev/null +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +