فهرست منبع

added title-logo file and rearranged files

Jan-Peter Klein 2 سال پیش
والد
کامیت
1d70eecbb7

+ 0 - 12
src/main/resources/css/dark_theme.css

@@ -16,10 +16,6 @@
 	src: url('opensans-bold.ttf');
 }
 
-@font-face {
-	src: url('quicksand-bold.ttf');
-}
-
 /*******************************************************************************
  *                                                                             *
  * Root Styling & Colors                                                       *
@@ -179,14 +175,6 @@
 	-fx-background-insets: 0, 0 0 1px 0;
 }
 
-.main-window .title .label {
-	-fx-font-family: 'Quicksand';
-	-fx-font-size: 16px;
-	-fx-font-style: normal;
-	-fx-font-weight: 700;
-	-fx-text-fill: TITLE_TEXT_FILL;
-}
-
 .main-window .title .button {
 	-fx-pref-height: 30px;
 	-fx-pref-width: 30px;

+ 1 - 11
src/main/resources/css/light_theme.css

@@ -16,9 +16,7 @@
 	src: url('opensans-bold.ttf');
 }
 
-@font-face {
-	src: url('quicksand-bold.ttf');
-}
+
 
 /*******************************************************************************
  *                                                                             *
@@ -178,14 +176,6 @@
 	-fx-background-color: TITLE_BG;
 }
 
-.main-window .title .label {
-	-fx-font-family: 'Quicksand';
-	-fx-font-size: 16px;
-	-fx-font-style: normal;
-	-fx-font-weight: 700;
-	-fx-text-fill: TITLE_TEXT_FILL;
-}
-
 .main-window .title .button {
 	-fx-pref-height: 30px;
 	-fx-pref-width: 30px;

+ 1 - 1
src/main/resources/fxml/addvault_welcome.fxml

@@ -21,7 +21,7 @@
 		<Region VBox.vgrow="ALWAYS"/>
 
 		<ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" smooth="true" cache="true">
-			<Image url="@../img/bot/bot.png"/>
+			<Image url="@../img/logo.png"/>
 		</ImageView>
 
 		<Region VBox.vgrow="ALWAYS"/>

+ 1 - 1
src/main/resources/fxml/health_start.fxml

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

+ 5 - 1
src/main/resources/fxml/main_window_title.fxml

@@ -7,6 +7,8 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.Region?>
 <?import javafx.scene.layout.StackPane?>
+<?import javafx.scene.image.Image?>
+<?import javafx.scene.image.ImageView?>
 <HBox xmlns:fx="http://javafx.com/fxml"
 	  xmlns="http://javafx.com/javafx"
 	  fx:id="titleBar"
@@ -20,7 +22,9 @@
 		<Insets bottom="6" left="12" right="12" top="6"/>
 	</padding>
 	<children>
-		<Label text="CRYPTOMATOR"/>
+		<ImageView HBox.hgrow="ALWAYS" fitHeight="14" preserveRatio="true" cache="true">
+			<Image url="@../img/title-logo.png"/>
+		</ImageView>
 
 		<Region HBox.hgrow="ALWAYS"/>
 

+ 1 - 1
src/main/resources/fxml/preferences_about.fxml

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

+ 1 - 1
src/main/resources/fxml/vault_detail_welcome.fxml

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

BIN
src/main/resources/img/logo.png


BIN
src/main/resources/img/logo@2x.png


BIN
src/main/resources/img/title-logo.png


BIN
src/main/resources/img/title-logo@2x.png