Skip to content

Commit

Permalink
Minimum ram set to 1G for potato computers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwendal LE DOUSSAL committed Apr 26, 2020
1 parent 618f572 commit a7422fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/options.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Font size="24.0" />
</font>
</Label>
<Slider fx:id="ramSlider" blockIncrement="1.0" layoutX="150.0" layoutY="239.0" majorTickUnit="1.0" max="12.0" min="2.0" minorTickCount="0" prefHeight="24.0" prefWidth="375.0" showTickLabels="true" showTickMarks="true" snapToTicks="true" styleClass="slider" value="2.0" />
<Slider fx:id="ramSlider" blockIncrement="1.0" layoutX="150.0" layoutY="239.0" majorTickUnit="1.0" max="12.0" min="1.0" minorTickCount="0" prefHeight="24.0" prefWidth="375.0" showTickLabels="true" showTickMarks="true" snapToTicks="true" styleClass="slider" value="2.0" />
<Label fx:id="game" layoutX="150.0" layoutY="339.0" onMouseReleased="#onOpenDir" styleClass="underline, hand" text="Ouvrir le dossier d'esperia" textFill="WHITE">
<font>
<Font size="24.0" />
Expand Down

0 comments on commit a7422fa

Please sign in to comment.