Преглед на файлове

removed mac warning window fxml

Sebastian Stenzel преди 8 години
родител
ревизия
ed109977f8
променени са 1 файла, в които са добавени 0 реда и са изтрити 34 реда
  1. 0 34
      main/ui/src/main/resources/fxml/mac_warnings.fxml

+ 0 - 34
main/ui/src/main/resources/fxml/mac_warnings.fxml

@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2014 Sebastian Stenzel
-  This file is licensed under the terms of the MIT license.
-  See the LICENSE.txt file for more info.
-  
-  Contributors:
-      Sebastian Stenzel - initial API and implementation
--->
-<?import java.net.URL?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.control.ListView?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.layout.HBox?>
-
-<VBox styleClass="root" alignment="CENTER" prefHeight="225.0" prefWidth="525.0" spacing="12.0" xmlns:fx="http://javafx.com/fxml">
-
-	<padding><Insets top="12.0" right="12.0" bottom="12.0" left="12.0"/></padding>
-
-	<children>
-		<Label textAlignment="CENTER" text="%macWarnings.message"/>
-		<ListView fx:id="warningsList" VBox.vgrow="ALWAYS" focusTraversable="false" />
-		<HBox alignment="CENTER_RIGHT" spacing="12.0">
-			<children>
-				<Button fx:id="whitelistButton" text="%macWarnings.whitelistButton" prefWidth="200.0" onAction="#didClickWhitelistButton" focusTraversable="false"/>
-				<Button text="%macWarnings.moreInformationButton" defaultButton="true" prefWidth="200.0" onAction="#didClickMoreInformationButton" focusTraversable="false"/>
-			</children>
-		</HBox>
-	</children>
-
-</VBox>
-