Bug 53242 - (aesthetic) main window icon size should be taken from Desktop/File Manager setting
Summary: (aesthetic) main window icon size should be taken from Desktop/File Manager s...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-21 20:36 UTC by Marek
Modified: 2003-05-05 11:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek 2003-01-21 20:36:39 UTC
Version:           kdevelop20030121 (using KDE KDE 3.0.99)
Installed from:    Slackware Packages
Compiler:          gcc 3.2 Slackware-current 2003 01 18
OS:          Linux

my resolution is 800x600x16
the icon setting in control center->appearance & themes->icons
  for "Use of icon" is "Desktop/File Manager" the "size" is 64

when opening a .cpp file of a project on the left top corner there's a much oversized icon (kdevelop icon).

I don't think that the size of this icon should be taken from "Desktop/File Manager" setting - unless it's something that cannot be controlled from kdevelop. The proposed size should be the size of a regular toolbar button (like "open project" for example).
Comment 1 Marek 2003-01-21 20:40:29 UTC
the title should be "... should NOT be taken ..." - sorry about that 
Comment 2 Amilcar do Carmo Lucas 2003-05-05 11:40:05 UTC
I can not reproduce this one. 
Can you test this one with a new  KDevelop version? 
 
Comment 3 Jens Dagerbo 2003-05-05 11:49:58 UTC
It is fixed in CVS. 
 
mainwindow.cpp, line 409:     child->setIcon(SmallIcon("kdevelop")); // was empty or 
too big, take something useful