some fix for MovieProgressDialog

This commit is contained in:
nisihara1 2017-05-18 23:36:55 +09:00
parent 606dec8fba
commit 21194e9c98
2 changed files with 1 additions and 45 deletions

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.web.*?>
<?import javafx.scene.media.*?>
<?import javafx.scene.paint.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.effect.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.layout.BorderPane?>
<BorderPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<left>
<StackPane prefHeight="150.0" prefWidth="150.0" style="-fx-background-color: transparent;" BorderPane.alignment="CENTER">
<children>
<AnchorPane>
<children>
<ProgressIndicator fx:id="progressIndicator" focusTraversable="false" prefHeight="100.0" prefWidth="100.0" AnchorPane.leftAnchor="25.0" AnchorPane.topAnchor="25.0" />
</children>
</AnchorPane>
</children></StackPane>
</left>
<center>
<HBox BorderPane.alignment="CENTER">
<children>
<Separator orientation="VERTICAL" />
<StackPane prefHeight="150.0" prefWidth="520.0" style="-fx-background-color: transparent;">
<children>
<Label fx:id="progressLabel" styleClass="large-text" text="Creating a movie file: " wrapText="true" />
</children></StackPane>
</children>
</HBox>
</center>
<bottom>
<Separator BorderPane.alignment="CENTER">
<BorderPane.margin>
<Insets top="2.0" />
</BorderPane.margin></Separator>
</bottom>
</BorderPane>

View File

@ -28,7 +28,7 @@
<HBox BorderPane.alignment="CENTER"> <HBox BorderPane.alignment="CENTER">
<children> <children>
<Separator orientation="VERTICAL" /> <Separator orientation="VERTICAL" />
<BorderPane prefHeight="130.0" prefWidth="360.0" style="-fx-background-color: transparent;"> <BorderPane prefHeight="130.0" prefWidth="400.0" style="-fx-background-color: transparent;">
<center> <center>
<Label fx:id="progressLabel" style="-fx-font-size: 1.083333em;" text="Creating a movie file: " wrapText="true" BorderPane.alignment="CENTER" /> <Label fx:id="progressLabel" style="-fx-font-size: 1.083333em;" text="Creating a movie file: " wrapText="true" BorderPane.alignment="CENTER" />
</center> </center>