Enlarge login logo
This commit is contained in:
@@ -36,7 +36,7 @@ public class LoginController {
|
|||||||
@FXML
|
@FXML
|
||||||
public void initialize() {
|
public void initialize() {
|
||||||
lblError.setText("");
|
lblError.setText("");
|
||||||
logoContainer.getChildren().setAll(SvgWebViewFactory.build("/org/example/petshopdesktop/images/leons-pet-store-badge-text-light.svg", 120));
|
logoContainer.getChildren().setAll(SvgWebViewFactory.build("/org/example/petshopdesktop/images/leons-pet-store-badge-text-light.svg", 142));
|
||||||
}
|
}
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<Insets bottom="34.0" left="34.0" right="34.0" top="34.0" />
|
<Insets bottom="34.0" left="34.0" right="34.0" top="34.0" />
|
||||||
</padding>
|
</padding>
|
||||||
<children>
|
<children>
|
||||||
<StackPane fx:id="logoContainer" maxHeight="152.0" maxWidth="152.0" minHeight="152.0" minWidth="152.0" prefHeight="152.0" prefWidth="152.0">
|
<StackPane fx:id="logoContainer" maxHeight="176.0" maxWidth="176.0" minHeight="176.0" minWidth="176.0" prefHeight="176.0" prefWidth="176.0">
|
||||||
<effect>
|
<effect>
|
||||||
<DropShadow blurType="GAUSSIAN" color="0x0f172838" height="18.0" offsetY="6.0" radius="9.0" spread="0.16" width="18.0" />
|
<DropShadow blurType="GAUSSIAN" color="0x0f172838" height="18.0" offsetY="6.0" radius="9.0" spread="0.16" width="18.0" />
|
||||||
</effect>
|
</effect>
|
||||||
|
|||||||
Reference in New Issue
Block a user