fix logo scaling

This commit is contained in:
Jan-Peter Klein 2024-11-18 16:48:41 +01:00
parent 81d1059489
commit c9d0224814
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E
7 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@
<children> <children>
<HBox VBox.vgrow="ALWAYS"> <HBox VBox.vgrow="ALWAYS">
<VBox alignment="CENTER" minWidth="175" maxWidth="175"> <VBox alignment="CENTER" minWidth="175" maxWidth="175">
<ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" smooth="true" cache="true"> <ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" cache="true">
<Image url="@../img/logo.png"/> <Image url="@../img/logo128.png"/>
</ImageView> </ImageView>
</VBox> </VBox>
<VBox HBox.hgrow="ALWAYS" alignment="CENTER"> <VBox HBox.hgrow="ALWAYS" alignment="CENTER">

View File

@ -17,8 +17,8 @@
</padding> </padding>
<children> <children>
<HBox spacing="12" VBox.vgrow="NEVER"> <HBox spacing="12" VBox.vgrow="NEVER">
<ImageView VBox.vgrow="ALWAYS" fitHeight="64" preserveRatio="true" smooth="true" cache="true"> <ImageView VBox.vgrow="ALWAYS" fitHeight="64" preserveRatio="true" cache="true">
<Image url="@../img/logo.png"/> <Image url="@../img/logo64.png"/>
</ImageView> </ImageView>
<VBox spacing="3" HBox.hgrow="ALWAYS" alignment="CENTER_LEFT"> <VBox spacing="3" HBox.hgrow="ALWAYS" alignment="CENTER_LEFT">
<FormattedLabel styleClass="label-extra-large" format="Cryptomator %s" arg1="${controller.fullApplicationVersion}"/> <FormattedLabel styleClass="label-extra-large" format="Cryptomator %s" arg1="${controller.fullApplicationVersion}"/>

View File

@ -10,8 +10,8 @@
alignment="CENTER" alignment="CENTER"
spacing="9"> spacing="9">
<children> <children>
<ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" smooth="true" cache="true"> <ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" cache="true">
<Image url="@../img/logo.png"/> <Image url="@../img/logo128.png"/>
</ImageView> </ImageView>
<TextFlow styleClass="text-flow" prefWidth="-Infinity" visible="${controller.noVaultPresent}" managed="${controller.noVaultPresent}"> <TextFlow styleClass="text-flow" prefWidth="-Infinity" visible="${controller.noVaultPresent}" managed="${controller.noVaultPresent}">

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB