Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt1002_2023_9
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Kluge Svendsrud
idatt1002_2023_9
Commits
9e9f872e
Commit
9e9f872e
authored
1 year ago
by
Harry Linrui XU
Browse files
Options
Downloads
Patches
Plain Diff
Added label above budget table displaying max amount
parent
1889b4de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!43
Merging frontend-testing into master
,
!38
"Made progressbar dynamic in accordance to spending. Added balance field....
,
!37
Made the sub progress bars respond to changes in expense
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/view/BudgetNewest.fxml
+18
-8
18 additions, 8 deletions
src/main/resources/view/BudgetNewest.fxml
with
18 additions
and
8 deletions
src/main/resources/view/BudgetNewest.fxml
+
18
−
8
View file @
9e9f872e
...
...
@@ -146,9 +146,18 @@
<RowConstraints
minHeight=
"10.0"
prefHeight=
"30.0"
vgrow=
"SOMETIMES"
/>
</rowConstraints>
<children>
<VBox
prefHeight=
"475.0"
prefWidth=
"
485
.0"
>
<VBox
prefHeight=
"475.0"
prefWidth=
"
523
.0"
>
<children>
<TableView
fx:id=
"budgetTableView"
maxHeight=
"450.0"
prefHeight=
"450.0"
prefWidth=
"523.0"
>
<Pane>
<children>
<Label
alignment=
"CENTER"
layoutX=
"99.0"
layoutY=
"-12.0"
text=
"Amount at disposal: 1000"
>
<font>
<Font
name=
"Lucida Console"
size=
"24.0"
/>
</font>
</Label>
</children>
</Pane>
<TableView
fx:id=
"budgetTableView"
maxHeight=
"450.0"
prefHeight=
"239.0"
prefWidth=
"523.0"
>
<columns>
<TableColumn
fx:id=
"categoryCol"
prefWidth=
"75.0"
text=
"Category"
/>
<TableColumn
fx:id=
"amountCol"
prefWidth=
"75.0"
text=
"Amount"
/>
...
...
@@ -164,17 +173,18 @@
</items>
</ContextMenu>
</contextMenu>
<VBox.margin>
<Insets
top=
"10.0"
/>
</VBox.margin>
</TableView>
<Label
text=
"Sum: "
>
<font>
<Font
name=
"Lucida Console"
size=
"14.0"
/>
</font>
</Label>
</children>
<GridPane.margin>
<Insets
top=
"30.0"
/>
</GridPane.margin>
</VBox>
<Pane
GridPane.columnIndex=
"1"
>
<children>
<PieChart
fx:id=
"budgetPieChart"
layoutX=
"
3
9.0"
layoutY=
"
5
.0"
legendSide=
"RIGHT"
maxHeight=
"444.0"
maxWidth=
"512.0"
prefHeight=
"
444
.0"
prefWidth=
"
446
.0"
/>
<PieChart
fx:id=
"budgetPieChart"
layoutX=
"9
5
.0"
layoutY=
"
99
.0"
legendSide=
"RIGHT"
maxHeight=
"444.0"
maxWidth=
"512.0"
prefHeight=
"
302
.0"
prefWidth=
"
354
.0"
/>
</children>
</Pane>
</children>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment