mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:37:38 +00:00
(-_createColumn:): Set the border of the created scroll view explicitly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
abd4f0ca27
commit
09c02037d7
1 changed files with 1 additions and 0 deletions
|
@ -728,6 +728,7 @@ static NSTextFieldCell *titleCell;
|
|||
initWithFrame: rect];
|
||||
[sc setHasHorizontalScroller: NO];
|
||||
[sc setHasVerticalScroller: YES];
|
||||
[sc setBorderType: NSBezelBorder];
|
||||
[bc setColumnScrollView: sc];
|
||||
[self addSubview: sc];
|
||||
RELEASE(sc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue