Increase size of scroll pane so that trace min effect is visible

pull/107/head v1.27.6
James Ball 2022-07-24 10:08:54 +01:00 zatwierdzone przez James H Ball
rodzic b9fc9db290
commit 305837eb12
4 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
<groupId>sh.ball</groupId>
<artifactId>osci-render</artifactId>
<version>1.27.5</version>
<version>1.27.6</version>
<name>osci-render</name>

Wyświetl plik

@ -1,3 +1,7 @@
- 1.27.6
- Fix trace min effect being hidden at bottom of effects section
- 1.27.5
- Add additional decimal place on effect spinners so that the values change correctly
- Fixes [#80](https://github.com/jameshball/osci-render/issues/80)

Wyświetl plik

@ -11,9 +11,9 @@
<?import javafx.scene.layout.VBox?>
<?import sh.ball.gui.components.EffectComponentGroup?>
<ScrollPane hbarPolicy="NEVER" prefHeight="1065.0" prefWidth="608.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sh.ball.gui.controller.EffectsController">
<ScrollPane hbarPolicy="NEVER" prefHeight="1094.0" prefWidth="608.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sh.ball.gui.controller.EffectsController">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="1049.0" prefWidth="606.0">
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="1092.0" prefWidth="606.0">
<children>
<VBox>
<children>

Wyświetl plik

@ -27,7 +27,7 @@
<Button fx:id="newProjectButton" layoutX="222.0" layoutY="562.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="131.0" text="Start new project" />
<CheckBox fx:id="startMutedCheckBox" layoutX="240.0" layoutY="623.0" mnemonicParsing="false" text="Start muted" />
<Label layoutX="188.0" layoutY="247.0" styleClass="title" text="Recently opened projects" />
<Label layoutX="14.0" layoutY="700.0" text="v1.27.5" />
<Label layoutX="14.0" layoutY="700.0" text="v1.27.6" />
<Label layoutX="727.0" layoutY="20.0" styleClass="title" text="Changelog" />
<AnchorPane layoutX="582.0" layoutY="65.0" prefHeight="200.0" prefWidth="380.0">
<children>