mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:41:05 +00:00
Improve drawing with themes and cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c3fb754bc2
commit
51cb07957d
4 changed files with 281 additions and 241 deletions
|
@ -406,8 +406,7 @@ setControl(NSView* content, id control, NSString *title)
|
|||
be selectable for a copy-and-paste. Hence, setSelectable: YES.
|
||||
*/
|
||||
[messageField setBezeled: NO];
|
||||
[messageField setDrawsBackground: YES];
|
||||
[messageField setBackgroundColor: [NSColor controlBackgroundColor]];
|
||||
[messageField setDrawsBackground: NO];
|
||||
[messageField setAlignment: NSCenterTextAlignment];
|
||||
[messageField setStringValue: @""];
|
||||
[messageField setFont: MessageFont];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue