Skip to content
Snippets Groups Projects
schedSidePanel.fxml 633 B
Newer Older
  • Learn to ignore specific revisions
  • Mitch Cumpstone (cmc408)'s avatar
    Mitch Cumpstone (cmc408) committed
    <?xml version="1.0" encoding="UTF-8"?>
    
    <?import javafx.scene.control.Button?>
    <?import javafx.scene.layout.VBox?>
    
    
    <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="489.0" prefWidth="100.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
       <children>
          <Button mnemonicParsing="false" prefHeight="163.0" prefWidth="100.0" text="Daily" />
          <Button mnemonicParsing="false" prefHeight="163.0" prefWidth="100.0" text="Weekly" />
          <Button mnemonicParsing="false" prefHeight="163.0" prefWidth="100.0" text="Pick-Ups" />
       </children>
    </VBox>