Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
24dc86fa
Commit
24dc86fa
authored
7 years ago
by
Guillaume Melquiond
Browse files
Options
Downloads
Patches
Plain Diff
Mark tree icons as packed.
parent
f6fb3b95
No related branches found
No related tags found
1 merge request
!2
Isabelle configure realization1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ide/why3ide.ml
+1
-1
1 addition, 1 deletion
src/ide/why3ide.ml
with
1 addition
and
1 deletion
src/ide/why3ide.ml
+
1
−
1
View file @
24dc86fa
...
...
@@ -607,7 +607,7 @@ let view_name_column =
let
v
=
GTree
.
view_column
~
title
:
"Theories/Goals"
()
in
(* icon attribute *)
let
icon_renderer
=
GTree
.
cell_renderer_pixbuf
[
]
in
v
#
pack
icon_renderer
;
v
#
pack
icon_renderer
~
expand
:
false
;
v
#
add_attribute
icon_renderer
"pixbuf"
icon_column
;
let
name_renderer
=
GTree
.
cell_renderer_text
[
`XALIGN
0
.
]
in
v
#
pack
name_renderer
;
...
...
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