Polish login logo

This commit is contained in:
2026-03-11 13:48:41 -06:00
parent 1ac647a0be
commit 7b336a6ba5
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ public class LoginController {
@FXML
public void initialize() {
lblError.setText("");
logoContainer.getChildren().setAll(SvgWebViewFactory.build("/org/example/petshopdesktop/images/leons-pet-store-badge-text.svg", 132));
logoContainer.getChildren().setAll(SvgWebViewFactory.build("/org/example/petshopdesktop/images/leons-pet-store-badge-text.svg", 120));
}
@FXML

View File

@@ -21,12 +21,12 @@
<Insets bottom="34.0" left="34.0" right="34.0" top="34.0" />
</padding>
<children>
<StackPane fx:id="logoContainer" maxHeight="132.0" maxWidth="132.0" minHeight="132.0" minWidth="132.0" prefHeight="132.0" prefWidth="132.0">
<StackPane fx:id="logoContainer" maxHeight="152.0" maxWidth="152.0" minHeight="152.0" minWidth="152.0" prefHeight="152.0" prefWidth="152.0" style="-fx-background-color: #f4efe8; -fx-background-radius: 999; -fx-border-color: rgba(161,63,46,0.16); -fx-border-radius: 999;">
<effect>
<DropShadow blurType="GAUSSIAN" color="0x0f172838" height="18.0" offsetY="6.0" radius="9.0" spread="0.16" width="18.0" />
</effect>
<VBox.margin>
<Insets bottom="10.0" />
<Insets bottom="14.0" />
</VBox.margin>
</StackPane>