mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Provide an icon for subsurface.
I designed a simple blue icon for subsurface with a diver in the middle. As suggested by Dirk Hohndel, I added the surface line above diver's head, so that now the icon reflects better the new application name. Signed-off-by: Riccardo Albertini <ssirowain@gmail.com>
This commit is contained in:
parent
5b2f1c7914
commit
e317688249
2 changed files with 146 additions and 0 deletions
1
main.c
1
main.c
|
|
@ -447,6 +447,7 @@ int main(int argc, char **argv)
|
|||
|
||||
error_info_bar = NULL;
|
||||
win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_icon_from_file(GTK_WINDOW(win), "icon.svg", NULL);
|
||||
g_signal_connect(G_OBJECT(win), "destroy", G_CALLBACK(on_destroy), NULL);
|
||||
main_window = win;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue