Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
0b1c29e1
Commit
0b1c29e1
authored
Apr 11, 2017
by
Stefan Tauner
Browse files
Add FIC abbreviation to Setup canvas
parent
461bd958
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsCanvas.pm
View file @
0b1c29e1
...
...
@@ -127,7 +127,7 @@ sub _draw() {
box
=>
$self
->
createRectangle
(
FIC_BASE_X
,
FIC_BASE_Y
,
FIC_BASE_X
+
FIC_WIDTH
,
FIC_BASE_Y
+
FIC_HEIGHT
,
-
fill
=>
"
grey
"
),
text
=>
$self
->
createText
(
FIC_BASE_X
+
FIC_WIDTH
/ 2, FIC_BASE_Y + FIC_HEIGHT /
2
,
-
text
=>
"
Fault
\n
Injection
\n
Controller
",
-
justify
=>
"
center
"),
text
=>
$self
->
createText
(
FIC_BASE_X
+
FIC_WIDTH
/ 2, FIC_BASE_Y + FIC_HEIGHT /
2
,
-
text
=>
"
Fault
\n
Injection
\n
Controller
\n
(FIC)
",
-
justify
=>
"
center
"),
},
DUT
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment