WIP desktop client for Chatto reimplemented in ScalaFX and Sapphire Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
757 B

4 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?import javafx.scene.control.Label?>
  3. <?import javafx.scene.layout.*?>
  4. <?import java.net.URL?>
  5. <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity"
  6. styleClass="workspace" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0"
  7. AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/null"
  8. xmlns:fx="http://javafx.com/fxml/1"
  9. fx:controller="wow.doge.chatto.controller.WorkspaceController">
  10. <children>
  11. <Label fx:id="infoLabel" layoutX="79.0" layoutY="126.0" text="Workspace"/>
  12. </children>
  13. <stylesheets>
  14. <URL value="@default.css"/>
  15. </stylesheets>
  16. </AnchorPane>