Skip to content
Snippets Groups Projects
Commit 324d8bbd authored by mvholmsy's avatar mvholmsy
Browse files

Muokattu kuvia Vaihe2 palautteen perusteella.

parent dba81446
No related branches found
No related tags found
No related merge requests found
kuvat/LisaaHiihtaja.png

19.2 KiB | W: | H:

kuvat/LisaaHiihtaja.png

19.2 KiB | W: | H:

kuvat/LisaaHiihtaja.png
kuvat/LisaaHiihtaja.png
kuvat/LisaaHiihtaja.png
kuvat/LisaaHiihtaja.png
  • 2-up
  • Swipe
  • Onion skin
kuvat/LisaaHiihto.png

23.8 KiB | W: | H:

kuvat/LisaaHiihto.png

23.9 KiB | W: | H:

kuvat/LisaaHiihto.png
kuvat/LisaaHiihto.png
kuvat/LisaaHiihto.png
kuvat/LisaaHiihto.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -2,6 +2,7 @@
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.BorderPane?>
......@@ -47,7 +48,6 @@
<Label text="Etunimi" GridPane.rowIndex="1" />
<TextField GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="1" />
<Label text="Syntymäaika" GridPane.rowIndex="2" />
<TextField GridPane.columnIndex="1" GridPane.rowIndex="2" />
<Label text="Paikkakunta" GridPane.rowIndex="3" />
<TextField GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="3" />
<Label text="Puhelinnumero" GridPane.rowIndex="4" />
......@@ -58,6 +58,7 @@
<TextField GridPane.columnIndex="1" GridPane.rowIndex="6" />
<Label text="Km yhteensä" GridPane.rowIndex="7" />
<TextField GridPane.columnIndex="1" GridPane.rowIndex="7" />
<DatePicker GridPane.columnIndex="1" GridPane.rowIndex="2" />
</children>
</GridPane>
</center>
......
......@@ -19,11 +19,11 @@
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</BorderPane.margin>
<children>
<Button text="Peruuta">
<Button text="Tallenna">
<tooltip>
<Tooltip text="Uuden jäsenen lisääminen" />
</tooltip></Button>
<Button mnemonicParsing="false" text="Tallenna">
<Button mnemonicParsing="false" text="Peruuta">
<tooltip>
<Tooltip text="Tallenna" />
</tooltip></Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment