Bug 230612

Summary: make commit message window fixed width font
Product: [Applications] kdevelop Reporter: Matt Rogers <mattr>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 3.9.98   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Matt Rogers 2010-03-13 20:26:55 UTC
It would be more useful (IMO) if the commit message text edit area had a fixed width font instead of a variable width font.
Comment 1 Andreas Pakulat 2010-03-13 21:13:04 UTC
SVN commit 1102854 by apaku:

Use fixed font for the commit message.

This is usually also the font with which the log is shown, so lets used
fixed font.

BUG:230612

 M  +2 -0      vcsdiffpatchsources.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1102854
Comment 2 Matt Rogers 2010-03-14 01:57:26 UTC
Awesome! Thanks!