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
a279701f
Commit
a279701f
authored
1 month ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Style: Restructure ZipEntry toolbar
parent
1cb2792e
master
dev
dev_gui_features_zip_loading
archive/dev_gui_features_zip_loading
2 merge requests
!28
Version 3.17.0 Release
,
!26
Add ZIP-archive support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.fxml
+6
-5
...ces/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.fxml
with
6 additions
and
5 deletions
+6
-5
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.fxml
+
6
-
5
View file @
a279701f
...
...
@@ -9,6 +9,7 @@
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
...
...
@@ -16,9 +17,9 @@
<VBox
xmlns=
"http://javafx.com/javafx/22"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<children>
<
HBox
prefHeight=
"50.0"
prefWidth=
"200.0"
spacing=
"5
.0"
>
<
AnchorPane
minHeight=
"32
.0"
>
<children>
<HBox
spacing=
"5.0"
>
<HBox
spacing=
"5.0"
AnchorPane.leftAnchor=
"0.0"
>
<children>
<Button
fx:id=
"loadBtn"
alignment=
"CENTER"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
...
...
@@ -50,7 +51,7 @@
pickOnBounds=
"true"
preserveRatio=
"true"
/>
</graphic>
</Button>
<Separator
orientation=
"VERTICAL"
prefHeight=
"200.0"
/>
<Separator
orientation=
"VERTICAL"
/>
<Button
fx:id=
"decompressAllBtn"
alignment=
"CENTER"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
<font>
...
...
@@ -76,7 +77,7 @@
<Insets
bottom=
"5.0"
left=
"5.0"
right=
"5.0"
top=
"5.0"
/>
</padding>
</HBox>
<HBox
alignment=
"TOP_RIGHT"
prefHeight=
"52.0"
prefWidth=
"124
.0"
>
<HBox
alignment=
"TOP_RIGHT"
layoutX=
"296.0"
prefHeight=
"52.0"
AnchorPane.rightAnchor=
"0
.0"
>
<children>
<Button
fx:id=
"saveBtn"
alignment=
"CENTER"
maxWidth=
"1.7976931348623157E308"
mnemonicParsing=
"false"
>
...
...
@@ -94,7 +95,7 @@
</padding>
</HBox>
</children>
</
HBox
>
</
AnchorPane
>
<HBox
fillHeight=
"false"
prefHeight=
"200.0"
prefWidth=
"600.0"
VBox.vgrow=
"ALWAYS"
>
<children>
<TitledPane
fx:id=
"entriesPane"
collapsible=
"false"
text=
"Zip-entries"
HBox.hgrow=
"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