Guest User

Untitled

a guest
Jul 27th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1.  
  2. <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">
  3. <content>
  4. <GridPane maxHeight="-Infinity" prefHeight="569.0" prefWidth="395.0">
  5. <columnConstraints>
  6. <ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="300.0" prefWidth="0.0" />
  7. <ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="310.0" prefWidth="0.0" />
  8. </columnConstraints>
  9. <rowConstraints>
  10. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" />
  11. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  12. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  13. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  14. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  15. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  16. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  17. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  18. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  19. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  20. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  21. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  22. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  23. <RowConstraints maxHeight="-Infinity" minHeight="35.0" prefHeight="30.0" vgrow="SOMETIMES" />
  24. </rowConstraints>
  25. <padding>
  26. <Insets bottom="20.0" left="30.0" right="30.0" top="20.0" />
  27. </padding>
  28. <children>
  29. <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">
  30. <font>
  31. <Font name="System Bold" size="18.0" />
  32. </font>
  33. </JFXCheckBox>
  34. <Label alignment="BOTTOM_LEFT" prefHeight="51.0" prefWidth="734.0" text="Disables the away status" textFill="#a18942" GridPane.columnIndex="1" GridPane.rowIndex="1">
  35. <font>
  36. <Font name="System Bold" size="19.0" />
  37. </font>
  38. </Label>
  39. <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
  40. <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" />
  41. <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.columnIndex="1" />
  42. <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.rowIndex="2" />
  43. <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">
  44. <font>
  45. <Font name="System Bold" size="18.0" />
  46. </font>
  47. </JFXCheckBox>
  48. <Label alignment="BOTTOM_LEFT" prefHeight="51.0" prefWidth="734.0" text="Automatically accepts the queue" textFill="#8d897d" GridPane.columnIndex="1" GridPane.rowIndex="3">
  49. <font>
  50. <Font name="System Bold" size="19.0" />
  51. </font>
  52. </Label>
  53. <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.columnIndex="1" GridPane.rowIndex="4" />
  54. <Separator focusTraversable="false" opacity="0.33" prefHeight="1.0" prefWidth="307.0" GridPane.rowIndex="4" />
  55. </children>
  56. </GridPane>
  57. </content>
  58. </ScrollPane>
Advertisement
Add Comment
Please, Sign In to add comment