소스 검색

fixed a spelling error

Jan-Peter Klein 1 년 전
부모
커밋
52fc94ca01
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      src/main/resources/css/dark_theme.css
  2. 2 2
      src/main/resources/css/light_theme.css
  3. 1 1
      src/main/resources/fxml/share_vault.fxml

+ 2 - 2
src/main/resources/css/dark_theme.css

@@ -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;

+ 2 - 2
src/main/resources/css/light_theme.css

@@ -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;

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

@@ -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"/>