Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
mbe-tools
TTool
Commits
446ad4b3
Commit
446ad4b3
authored
6 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Reducing min size of sdinstance
parent
e9e7a372
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modeling/AVATAR/FutureAirNavigationSystem.xml
+4775
-4586
4775 additions, 4586 deletions
modeling/AVATAR/FutureAirNavigationSystem.xml
src/main/java/ui/sd2/SDInstance.java
+2
-2
2 additions, 2 deletions
src/main/java/ui/sd2/SDInstance.java
with
4777 additions
and
4588 deletions
modeling/AVATAR/FutureAirNavigationSystem.xml
+
4775
−
4586
View file @
446ad4b3
This diff is collapsed.
Click to expand it.
src/main/java/ui/sd2/SDInstance.java
+
2
−
2
View file @
446ad4b3
...
@@ -81,8 +81,8 @@ public class SDInstance extends TGCScalableWithInternalComponent implements Swal
...
@@ -81,8 +81,8 @@ public class SDInstance extends TGCScalableWithInternalComponent implements Swal
height
=
(
int
)(
500
*
tdp
.
getZoom
());
height
=
(
int
)(
500
*
tdp
.
getZoom
());
minWidth
=
(
int
)(
10
*
tdp
.
getZoom
());
minWidth
=
(
int
)(
10
*
tdp
.
getZoom
());
maxWidth
=
(
int
)(
10
*
tdp
.
getZoom
());
maxWidth
=
(
int
)(
10
*
tdp
.
getZoom
());
minHeight
=
(
int
)(
25
0
*
tdp
.
getZoom
());
minHeight
=
(
int
)(
25
*
tdp
.
getZoom
());
maxHeight
=
(
int
)(
1
500
*
tdp
.
getZoom
());
maxHeight
=
(
int
)(
2
500
*
tdp
.
getZoom
());
//TraceManager.addDev("Init tgc= " + this + " minHeight=" + minHeight);
//TraceManager.addDev("Init tgc= " + this + " minHeight=" + minHeight);
//TraceManager.addDev("Init tgc= " + this + " maxHeight=" + maxHeight);
//TraceManager.addDev("Init tgc= " + this + " maxHeight=" + maxHeight);
oldScaleFactor
=
tdp
.
getZoom
();
oldScaleFactor
=
tdp
.
getZoom
();
...
...
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