Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon of Petri Foo is displayed way too large in NSM #18

Open
grammoboy2 opened this issue May 1, 2013 · 1 comment
Open

Icon of Petri Foo is displayed way too large in NSM #18

grammoboy2 opened this issue May 1, 2013 · 1 comment

Comments

@grammoboy2
Copy link

http://pix.toile-libre.org/upload/original/1367417060.png

@KimSJ
Copy link

KimSJ commented Mar 11, 2014

Easy fix:

--- a/session-manager/src/session-manager.C
+++ b/session-manager/src/session-manager.C
@@ -96,7 +99,7 @@ get_program_icon ( const char *name )

         asprintf( &icon_p, tries[i], name );

-        Fl_Image *img = Fl_Shared_Image::get( icon_p );
+        Fl_Image *img = Fl_Shared_Image::get( icon_p, 32, 32 );

         free( icon_p );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants