Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-latex
Commits
db9915ac
Commit
db9915ac
authored
Dec 26, 2017
by
swilmet
Browse files
Rename to GNOME LaTeX: logo in finance dialog
parent
ebb0491e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finance.vala
View file @
db9915ac
...
...
@@ -47,7 +47,8 @@ namespace Finance
content_area
.
margin
=
12
;
content_area
.
margin_top
=
6
;
Image
image
=
new
Image
.
from_file
(
Config
.
DATA_DIR
+
"/images/app/logo.png"
);
Image
image
=
new
Image
.
from_icon_name
(
"gnome-latex"
,
IconSize
.
DIALOG
);
image
.
set_pixel_size
(
128
);
content_area
.
add
(
image
);
Label
label
=
new
Label
(
null
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment