Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ScrollPane hbarPolicy="NEVER" prefHeight="516.0" prefWidth="750.0" stylesheets="@../stylesheet.css" xmlns="http://javafx.com/javafx/10.0.1" xmlns:fx="http://javafx.com/fxml/1">
- <content>
- <GridPane maxHeight="-Infinity" prefHeight="569.0" prefWidth="395.0">
- <columnConstraints>
- <ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="300.0" prefWidth="0.0" />
- <ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="310.0" prefWidth="0.0" />
- </columnConstraints>
- <rowConstraints>
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
- </rowConstraints>
- <padding>
- <Insets bottom="20.0" left="30.0" right="30.0" top="20.0" />
- </padding>
- <children>
- <JFXCheckBox checkedColor="#8d897d00" focusTraversable="false" graphicTextGap="0.0" prefHeight="35.0" prefWidth="690.0" styleClass="runechanger-check-box" stylesheets="@../stylesheet.css" text="No Away" textFill="#8d897d" unCheckedColor="#8d897d00" GridPane.rowIndex="1">
- <font>
- <Font name="System Bold" size="18.0" />
- </font>
- </JFXCheckBox>
- <Label alignment="BOTTOM_LEFT" prefHeight="51.0" prefWidth="734.0" text="Disables the away status" textFill="#a18942" GridPane.columnIndex="1" GridPane.rowIndex="1">
- <font>
- <Font name="System Bold" size="19.0" />
- </font>
- </Label>
- <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
- <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" />
- <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.columnIndex="1" />
- <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.rowIndex="2" />
- <JFXCheckBox alignment="BOTTOM_LEFT" checkedColor="#8d897d00" contentDisplay="CENTER" focusTraversable="false" graphicTextGap="0.0" prefHeight="35.0" prefWidth="690.0" styleClass="runechanger-check-box" stylesheets="@../stylesheet.css" text="Auto Accept" textFill="#8d897d" unCheckedColor="#8d897d00" GridPane.rowIndex="3">
- <font>
- <Font name="System Bold" size="18.0" />
- </font>
- </JFXCheckBox>
- <Label alignment="BOTTOM_LEFT" prefHeight="51.0" prefWidth="734.0" text="Automatically accepts the queue" textFill="#8d897d" GridPane.columnIndex="1" GridPane.rowIndex="3">
- <font>
- <Font name="System Bold" size="19.0" />
- </font>
- </Label>
- <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.columnIndex="1" GridPane.rowIndex="4" />
- <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.rowIndex="4" />
- </children>
- </GridPane>
- </content>
- </ScrollPane>
Advertisement
Add Comment
Please, Sign In to add comment