Bug 53242

Summary: (aesthetic) main window icon size should be taken from Desktop/File Manager setting
Product: [Applications] kdevelop Reporter: Marek <spec>
Component: generalAssignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

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