Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
e02d67d4
Commit
e02d67d4
authored
Sep 20, 2011
by
MARCHE Claude
Browse files
Increase max width of tree view
parent
e029e558
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ide/gmain.ml
View file @
e02d67d4
...
...
@@ -278,7 +278,10 @@ let () =
view_name_column
#
pack
name_renderer
;
view_name_column
#
add_attribute
name_renderer
"text"
name_column
;
view_name_column
#
set_resizable
true
;
view_name_column
#
set_max_width
400
;
view_name_column
#
set_max_width
800
;
(*
view_name_column#set_alignment 1.0;
*)
()
let
view_status_column
=
...
...
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