mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:10:38 +00:00
Fix NSButtonCell size calculations. Rename xDist and yDist.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b3235003a
commit
682002cee0
5 changed files with 123 additions and 121 deletions
|
@ -100,8 +100,8 @@ enum {
|
|||
};
|
||||
|
||||
enum {
|
||||
xDist = 2, // horizontal distance between the text and image rects.
|
||||
yDist = 2 // vertical distance between the text and image rects.
|
||||
GSCellTextImageXDist = 2, // horizontal distance between the text and image rects.
|
||||
GSCellTextImageYDist = 2 // vertical distance between the text and image rects.
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue