Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Robert Goldmann
BudgetMaster
Commits
a026ceba
Commit
a026ceba
authored
7 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
Fixed
#209
- new payment ui --> resizeable
parent
cb2bb7f8
No related branches found
No related tags found
1 merge request
!213
merge v1_6_0 into master
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/de/deadlocker8/budgetmaster/ui/controller/NewPaymentController.java
+4
-1
4 additions, 1 deletion
...ker8/budgetmaster/ui/controller/NewPaymentController.java
src/de/deadlocker8/budgetmaster/ui/fxml/NewPaymentGUI.fxml
+3
-3
3 additions, 3 deletions
src/de/deadlocker8/budgetmaster/ui/fxml/NewPaymentGUI.fxml
with
7 additions
and
4 deletions
src/de/deadlocker8/budgetmaster/ui/controller/NewPaymentController.java
+
4
−
1
View file @
a026ceba
...
...
@@ -112,7 +112,9 @@ public class NewPaymentController extends BaseController implements Styleable
}
stage
.
getIcons
().
add
(
controller
.
getIcon
());
stage
.
setResizable
(
false
);
stage
.
setResizable
(
true
);
stage
.
setMinHeight
(
600
);
stage
.
setMinWidth
(
450
);
stage
.
getScene
().
getStylesheets
().
add
(
"/de/deadlocker8/budgetmaster/ui/style.css"
);
}
...
...
@@ -120,6 +122,7 @@ public class NewPaymentController extends BaseController implements Styleable
public
void
init
()
{
vboxContent
.
prefWidthProperty
().
bind
(
scrollPane
.
widthProperty
().
subtract
(
25
));
vboxContent
.
prefHeightProperty
().
bind
(
scrollPane
.
heightProperty
().
subtract
(
10
));
applyStyle
();
...
...
This diff is collapsed.
Click to expand it.
src/de/deadlocker8/budgetmaster/ui/fxml/NewPaymentGUI.fxml
+
3
−
3
View file @
a026ceba
...
...
@@ -21,7 +21,7 @@
<children>
<ScrollPane
fx:id=
"scrollPane"
hbarPolicy=
"NEVER"
layoutX=
"14.0"
layoutY=
"14.0"
AnchorPane.bottomAnchor=
"14.0"
AnchorPane.leftAnchor=
"14.0"
AnchorPane.rightAnchor=
"14.0"
AnchorPane.topAnchor=
"14.0"
>
<content>
<VBox
fx:id=
"vboxContent"
prefHeight=
"5
44
.0"
prefWidth=
"414.0"
spacing=
"1
5
.0"
>
<VBox
fx:id=
"vboxContent"
prefHeight=
"5
65
.0"
prefWidth=
"414.0"
spacing=
"1
4
.0"
>
<children>
<HBox
alignment=
"CENTER_LEFT"
prefHeight=
"30.0"
prefWidth=
"465.0"
>
<children>
...
...
@@ -212,12 +212,12 @@
</Button>
</children>
<VBox.margin>
<Insets
top=
"
10
.0"
/>
<Insets
top=
"
5
.0"
/>
</VBox.margin>
</HBox>
</children>
<padding>
<Insets
bottom=
"
1
5.0"
/>
<Insets
bottom=
"5.0"
/>
</padding>
</VBox>
</content>
...
...
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