sizeToFit changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-03-17 11:22:02 +00:00
parent 86d76d089e
commit 1cd6c7f2b7

View file

@ -1,3 +1,16 @@
2003-03-17 Serg Stoyan <stoyan@on.com.ua>
* Source/NSMenuView.m
(sizeToFit): 15 extra pixels added only for submenus. Extra
_horizontalEdgePad removed. Made cleanup.
(GSCloseButton): Added and implemented. Override acceptsFirstResponder
method and return NO to avoid drawing dotted rectangle
* Images/common_Close.tiff: Changed to work with new GSCloseButton
class.
* Images/common_CloseH.tiff: ditto.
* Images/common_3DArrowDown.tiff: Corrected position of light and
dark sides of triangle.
2003-03-17 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSControl.m