mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:40:47 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8640 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
71820396a0
commit
f20571272a
1 changed files with 8 additions and 5 deletions
|
@ -204,7 +204,7 @@
|
|||
_minimumSize.width += borderChange;
|
||||
tableSize.width += borderChange;
|
||||
[self setFrameSize: tableSize];
|
||||
|
||||
|
||||
_minXBorder = aBorder;
|
||||
}
|
||||
-(void) setMaxXBorder: (float)aBorder
|
||||
|
@ -220,7 +220,7 @@
|
|||
_minimumSize.width += borderChange;
|
||||
tableSize.width += borderChange;
|
||||
[self setFrameSize: tableSize];
|
||||
|
||||
|
||||
_maxXBorder = aBorder;
|
||||
}
|
||||
|
||||
|
@ -244,7 +244,7 @@
|
|||
_minimumSize.height += borderChange;
|
||||
tableSize.height += borderChange;
|
||||
[self setFrameSize: tableSize];
|
||||
|
||||
|
||||
_minYBorder = aBorder;
|
||||
}
|
||||
-(void) setMaxYBorder: (float)aBorder
|
||||
|
@ -260,7 +260,7 @@
|
|||
_minimumSize.height += borderChange;
|
||||
tableSize.height += borderChange;
|
||||
[self setFrameSize: tableSize];
|
||||
|
||||
|
||||
_maxYBorder = aBorder;
|
||||
}
|
||||
//
|
||||
|
@ -417,8 +417,11 @@
|
|||
}
|
||||
|
||||
if (tableNeedResize)
|
||||
[self setFrameSize: tableFrame.size];
|
||||
{
|
||||
[self setFrameSize: tableFrame.size];
|
||||
}
|
||||
|
||||
|
||||
if (_minColumnDimension[column] < theFrame.size.width)
|
||||
{
|
||||
_minimumSize.width += (theFrame.size.width - _minColumnDimension[column]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue