mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:11:18 +00:00
make matrix non-autosizable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@23689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0f38255d2
commit
a6a3a65795
1 changed files with 1 additions and 1 deletions
|
@ -1410,7 +1410,7 @@ static GSThemePanel *sharedPanel = nil;
|
|||
[matrix setAutosizesCells: NO];
|
||||
[matrix setCellSize: NSMakeSize(72,72)];
|
||||
[matrix setIntercellSpacing: NSMakeSize(8,8)];
|
||||
[matrix setAutoresizingMask: NSViewHeightSizable];
|
||||
[matrix setAutoresizingMask: NSViewNotSizable];
|
||||
[matrix setMode: NSRadioModeMatrix];
|
||||
[matrix setAction: @selector(changeSelection:)];
|
||||
[matrix setTarget: self];
|
||||
|
|
Loading…
Reference in a new issue