mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
Modify positions
This commit is contained in:
parent
e0357ebffe
commit
dd80a3d890
1 changed files with 2 additions and 0 deletions
|
@ -985,6 +985,8 @@
|
|||
// Modify positions...
|
||||
imgFrame.size.width = 17.0;
|
||||
imgFrame.size.height = 17.0;
|
||||
imgFrame.origin.x += 2.0;
|
||||
imgFrame.origin.y += 2.0;
|
||||
textFrame.origin.x += imgFrame.size.width + 5.0; // the width of the image plus a few pixels.
|
||||
textFrame.origin.y += 5.0; // center with the image...
|
||||
arrowFrame.origin.x += newFrame.size.width - 17.0;
|
||||
|
|
Loading…
Reference in a new issue