Skip to content
Snippets Groups Projects
Commit 811b5d6c authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Moved expense sum up next to Expense text

parent 8637c9de
No related branches found
No related tags found
1 merge request!43Merging frontend-testing into master
......@@ -209,11 +209,6 @@
</ContextMenu>
</contextMenu>
</TableView>
<Label fx:id="expSum" text="Sum: ">
<font>
<Font name="Lucida Console" size="12.0" />
</font>
</Label>
</children>
</VBox>
<Pane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="2">
......@@ -223,6 +218,11 @@
<Font name="Lucida Console" size="14.0" />
</font>
</Text>
<Label fx:id="expSum" layoutX="79.0" layoutY="2.0" text="Sum: ">
<font>
<Font name="Lucida Console" size="14.0" />
</font>
</Label>
</children>
</Pane>
</children>
......
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