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
20827450
Commit
20827450
authored
Aug 25, 2017
by
Stefan Tauner
Browse files
FIJISettingsViewer: make FIU rename dialog unscrollable (again)
parent
e73124b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsViewer.pm
View file @
20827450
...
...
@@ -1210,8 +1210,9 @@ sub _rename_fiu_dialog {
my
$rename_dialog
=
$self
->
MainWindow
->
FIJIModalDialog
(
-
wraplength
=>
$labframe
->
screenwidth
,
-
title
=>
"
Name for FIU
$i
",
-
buttons
=>
[
qw(OK Cancel)
]
-
title
=>
"
Name for FIU
$i
",
-
buttons
=>
[
qw(OK Cancel)
],
-
scrollable
=>
0
,
);
my
$e
=
$rename_dialog
->
Entry
(
-
text
=>
@
{
$self
->
{
settings
}
->
{
fius
}}[
$i
]
->
{'
FIU_NAME
'});
...
...
Write
Preview
Markdown
is supported
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