mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Fixed drawing of title background
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d2805ec21e
commit
b9263b5b2c
1 changed files with 2 additions and 1 deletions
|
@ -231,8 +231,9 @@
|
|||
[_titleCell setEditable: NO];
|
||||
[_titleCell setTextColor: [NSColor windowFrameTextColor]];
|
||||
[_titleCell setBackgroundColor: [NSColor controlShadowColor]];
|
||||
[_titleCell setDrawsBackground: YES];
|
||||
//[_titleCell setBordered: YES];
|
||||
//[_titleCell setBezeled: YES];
|
||||
[_titleCell setBezeled: YES];
|
||||
[_titleCell setAlignment: NSCenterTextAlignment];
|
||||
|
||||
// Calculate geometry
|
||||
|
|
Loading…
Reference in a new issue