mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 10:11:20 +00:00
Indented some lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6334dc04ef
commit
634d697e60
1 changed files with 5 additions and 3 deletions
|
@ -452,8 +452,8 @@
|
|||
_keyEqWidth = neededKeyEquivalentWidth;
|
||||
|
||||
// Calculate the offsets and cache them.
|
||||
_stateImageOffset = _imageAndTitleOffset = accumulatedOffset =
|
||||
_horizontalEdgePad;
|
||||
_stateImageOffset = _imageAndTitleOffset = accumulatedOffset
|
||||
= _horizontalEdgePad;
|
||||
accumulatedOffset += 2 * _horizontalEdgePad + neededImageAndTitleWidth;
|
||||
|
||||
_keyEqOffset = accumulatedOffset += _horizontalEdgePad;
|
||||
|
@ -461,7 +461,9 @@
|
|||
|
||||
// Calculate frame size.
|
||||
if (![_menu _ownedByPopUp])
|
||||
_cellSize.width = accumulatedOffset + 3; // Add the border width
|
||||
{
|
||||
_cellSize.width = accumulatedOffset + 3; // Add the border width
|
||||
}
|
||||
|
||||
if (_horizontal == NO)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue