mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 15:51:55 +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
38931d5dbb
commit
544720e3bc
1 changed files with 5 additions and 3 deletions
|
@ -452,8 +452,8 @@
|
||||||
_keyEqWidth = neededKeyEquivalentWidth;
|
_keyEqWidth = neededKeyEquivalentWidth;
|
||||||
|
|
||||||
// Calculate the offsets and cache them.
|
// Calculate the offsets and cache them.
|
||||||
_stateImageOffset = _imageAndTitleOffset = accumulatedOffset =
|
_stateImageOffset = _imageAndTitleOffset = accumulatedOffset
|
||||||
_horizontalEdgePad;
|
= _horizontalEdgePad;
|
||||||
accumulatedOffset += 2 * _horizontalEdgePad + neededImageAndTitleWidth;
|
accumulatedOffset += 2 * _horizontalEdgePad + neededImageAndTitleWidth;
|
||||||
|
|
||||||
_keyEqOffset = accumulatedOffset += _horizontalEdgePad;
|
_keyEqOffset = accumulatedOffset += _horizontalEdgePad;
|
||||||
|
@ -461,7 +461,9 @@
|
||||||
|
|
||||||
// Calculate frame size.
|
// Calculate frame size.
|
||||||
if (![_menu _ownedByPopUp])
|
if (![_menu _ownedByPopUp])
|
||||||
_cellSize.width = accumulatedOffset + 3; // Add the border width
|
{
|
||||||
|
_cellSize.width = accumulatedOffset + 3; // Add the border width
|
||||||
|
}
|
||||||
|
|
||||||
if (_horizontal == NO)
|
if (_horizontal == NO)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue