mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Correction to resizing behavior.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20436 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
099ef420b0
commit
8991805873
3 changed files with 7 additions and 10 deletions
|
@ -1,6 +1,12 @@
|
|||
2004-12-10 23:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Resources/GormClassInspector.gorm: Added proper resizing
|
||||
settings so that the buttons on the outlets and actions
|
||||
tabs resize in the same way.
|
||||
|
||||
2004-12-10 17:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormClassEditor.m: Changes to return a item if it's an'
|
||||
* GormClassEditor.m: Changes to return a item if it's an
|
||||
action/outlet holder without generating a string.
|
||||
* GormOutlineView.m: Modifications to make drawing of the
|
||||
actions and outlets more efficient.
|
||||
|
|
|
@ -2,23 +2,14 @@
|
|||
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||
FirstResponder = {
|
||||
Actions = (
|
||||
"capitalizeWord:",
|
||||
"changeFont:",
|
||||
"delete:",
|
||||
"deleteWordBackward:",
|
||||
"loosenKerning:",
|
||||
"moveDown:",
|
||||
"moveToBeginningOfParagraph:",
|
||||
"moveWordForward:",
|
||||
"orderFrontDataLinkPanel:",
|
||||
"orderFrontFontPanel:",
|
||||
"pasteAsPlainText:",
|
||||
"raiseBaseline:",
|
||||
"scrollLineDown:",
|
||||
"selectParagraph:",
|
||||
"showWindow:",
|
||||
"takeObjectValueFrom:",
|
||||
"toggleTraditionalCharacterShape:",
|
||||
"unscript:",
|
||||
"removeOutlet:",
|
||||
"addOutlet:",
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue