mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 09:06:54 -04:00
fixed a spelling error
This commit is contained in:
@@ -939,11 +939,11 @@
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Add box *
|
||||
* Ad box *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
.add-box {
|
||||
.ad-box {
|
||||
-fx-padding: 12px;
|
||||
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
|
||||
-fx-background-insets: 0, 1px;
|
||||
|
||||
@@ -938,11 +938,11 @@
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Add box *
|
||||
* Ad box *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
.add-box {
|
||||
.ad-box {
|
||||
-fx-padding: 12px;
|
||||
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
|
||||
-fx-background-insets: 0, 1px;
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<Label text="%shareVault.remarkBestPractices" wrapText="true"/>
|
||||
</HBox>
|
||||
<Region minHeight="12"/>
|
||||
<HBox alignment="CENTER_LEFT" spacing="6" styleClass="add-box">
|
||||
<HBox alignment="CENTER_LEFT" spacing="6" styleClass="ad-box">
|
||||
<VBox spacing="6" alignment="CENTER_LEFT">
|
||||
<ImageView HBox.hgrow="ALWAYS" fitWidth="180" preserveRatio="true" cache="true">
|
||||
<Image url="@../img/hub_logo.png"/>
|
||||
|
||||
Reference in New Issue
Block a user