Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
0a5cd593
Commit
0a5cd593
authored
2 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Style: Reorder button positions
parent
ed1b5b23
master
dev
dev_gui_features_zip_loading
3.17.0
archive/dev_gui_features_zip_loading
2 merge requests
!28
Version 3.17.0 Release
,
!26
Add ZIP-archive support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/MainToolBar.fxml
+8
-6
...sources/de/hft/stuttgart/citydoctor2/gui/MainToolBar.fxml
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.fxml
+6
-6
...ces/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.fxml
with
14 additions
and
12 deletions
+14
-12
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/MainToolBar.fxml
+
8
-
6
View file @
0a5cd593
...
...
@@ -16,6 +16,13 @@
<ImageView
fx:id=
"openImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Button
id=
"loadBtn"
fx:id=
"zipManagerBtn"
disable=
"true"
mnemonicParsing=
"false"
>
<graphic>
<ImageView
fx:id=
"zipManagerView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Separator
layoutX=
"381.0"
layoutY=
"10.0"
orientation=
"VERTICAL"
/>
<Button
fx:id=
"checkBtn"
mnemonicParsing=
"false"
>
<graphic>
<ImageView
fx:id=
"checkImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
...
...
@@ -26,6 +33,7 @@
<ImageView
fx:id=
"reportImageView"
disable=
"true"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Separator
layoutX=
"116.0"
layoutY=
"10.0"
orientation=
"VERTICAL"
/>
<ToggleButton
fx:id=
"gridButton"
disable=
"true"
mnemonicParsing=
"false"
>
<graphic>
<ImageView
fx:id=
"gridImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
...
...
@@ -78,12 +86,6 @@
</HBox>
<HBox
fx:id=
"spacer"
alignment=
"TOP_RIGHT"
maxHeight=
"1.7976931348623157E308"
maxWidth=
"1.7976931348623157E308"
spacing=
"5.0"
HBox.hgrow=
"ALWAYS"
>
<children>
<Button
id=
"loadBtn"
fx:id=
"zipManagerBtn"
disable=
"true"
mnemonicParsing=
"false"
>
<graphic>
<ImageView
fx:id=
"zipManagerView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Separator
orientation=
"VERTICAL"
/>
<Button
id=
"loadBtn"
fx:id=
"saveBtn"
disable=
"true"
mnemonicParsing=
"false"
>
<graphic>
...
...
This diff is collapsed.
Click to expand it.
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.fxml
+
6
-
6
View file @
0a5cd593
...
...
@@ -21,26 +21,25 @@
<Insets
bottom=
"5.0"
left=
"5.0"
right=
"5.0"
top=
"5.0"
/>
</padding>
<children>
<Button
fx:id=
"decompressBtn"
alignment=
"CENTER"
layoutX=
"15.0"
layoutY=
"15.0"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
<Button
fx:id=
"loadBtn"
alignment=
"CENTER"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
<font>
<Font
size=
"14.0"
/>
</font>
<graphic>
<ImageView
fx:id=
"
decompress
ImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
<ImageView
fx:id=
"
load
ImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Button
fx:id=
"loadBtn"
alignment=
"CENTER"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
<Button
fx:id=
"decompressBtn"
alignment=
"CENTER"
layoutX=
"15.0"
layoutY=
"15.0"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
<font>
<Font
size=
"14.0"
/>
</font>
<graphic>
<ImageView
fx:id=
"
load
ImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
<ImageView
fx:id=
"
decompress
ImageView"
fitHeight=
"32.0"
fitWidth=
"32.0"
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Separator
orientation=
"VERTICAL"
prefHeight=
"200.0"
/>
<Button
fx:id=
"decompressAllBtn"
alignment=
"CENTER"
layoutX=
"70.0"
layoutY=
"15.0"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
<font>
...
...
@@ -51,6 +50,7 @@
preserveRatio=
"true"
/>
</graphic>
</Button>
<Separator
orientation=
"VERTICAL"
prefHeight=
"200.0"
/>
</children>
</HBox>
<HBox
fillHeight=
"false"
prefHeight=
"200.0"
prefWidth=
"600.0"
VBox.vgrow=
"ALWAYS"
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets