mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Make color panel floating panel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f32a915c5
commit
75ff71a0d5
1 changed files with 2 additions and 0 deletions
|
@ -43,12 +43,14 @@
|
|||
"ColorPanel" = {
|
||||
backgroundColor = "BackgroundColor";
|
||||
backingType = 2;
|
||||
becomesKeyOnlyIfNeeded = YES;
|
||||
contentFrame = "{x = 352; y = 519; width = 200; height = 270}";
|
||||
contentView = "ContentView";
|
||||
frameAutosaveName = nil;
|
||||
hidesOnDeactivate = YES;
|
||||
initialFirstResponder = nil;
|
||||
isAutodisplay = YES;
|
||||
isFloatingPanel = YES;
|
||||
isReleasedWhenClosed = NO;
|
||||
isVisible = NO;
|
||||
isa = NSColorPanel;
|
||||
|
|
Loading…
Reference in a new issue