Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
bccf4b75
Commit
bccf4b75
authored
Feb 05, 2026
by
Luna Riegel
Browse files
Style: Add thin border to dialog window
parent
bd3556a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/IndeterminateSpinnerDialog.java
View file @
bccf4b75
...
@@ -14,7 +14,6 @@ import java.io.IOException;
...
@@ -14,7 +14,6 @@ import java.io.IOException;
public
class
IndeterminateSpinnerDialog
{
public
class
IndeterminateSpinnerDialog
{
private
Stage
stage
;
private
Stage
stage
;
@FXML
@FXML
...
...
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/IndeterminateSpinnerDialog.fxml
View file @
bccf4b75
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Font?>
<VBox
alignment=
"CENTER"
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
spacing=
"10.0
"
xmlns=
"http://javafx.com/javafx/22"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<VBox
alignment=
"CENTER"
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minWidth=
"300.0"
spacing=
"10.0"
style=
"-fx-border-image-width: 2; -fx-border-color: BLACK;
"
xmlns=
"http://javafx.com/javafx/22"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<children>
<children>
<Label
fx:id=
"messageLbl"
text=
"Message"
>
<Label
fx:id=
"messageLbl"
text=
"Message"
>
<font>
<font>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment