Skip to content

Commit

Permalink
[FIX] Position ServerButton and max width logo.png in processing
Browse files Browse the repository at this point in the history
  • Loading branch information
microwin7 committed Mar 6, 2024
1 parent 2db0847 commit 972385a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed runtime/images/icons/thumb.png
Binary file not shown.
Binary file removed runtime/images/processing.png
Binary file not shown.
2 changes: 1 addition & 1 deletion runtime/overlay/processing/processing.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Label id="description" alignment="CENTER" contentDisplay="CENTER" textAlignment="CENTER" wrapText="true" />
</children>
</VBox>
<HBox alignment="CENTER" maxHeight="256.0" AnchorPane.bottomAnchor="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="100.0">
<HBox alignment="CENTER" minHeight="-Infinity" prefHeight="256.0" AnchorPane.bottomAnchor="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="100.0">
<children>
<ImageView id="logo" pickOnBounds="true" preserveRatio="true">
<image>
Expand Down
4 changes: 2 additions & 2 deletions runtime/scenes/servermenu/servermenu.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- Блок списка серверов -->
<ScrollPane id="servers" fitToWidth="true" vbarPolicy="NEVER" vmax="0.0" AnchorPane.bottomAnchor="34.0" AnchorPane.leftAnchor="85.0" AnchorPane.rightAnchor="65.0" AnchorPane.topAnchor="130.0">
<HBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" spacing="20.0">
<HBox alignment="CENTER" spacing="20.0">
</HBox>
</ScrollPane>
</AnchorPane>
</AnchorPane>

0 comments on commit 972385a

Please sign in to comment.