Changed field sizes to prevent clipping.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-09-25 11:17:03 +00:00
parent da02ae8b50
commit ae18408529
38 changed files with 33 additions and 6 deletions

View file

@ -1,3 +1,30 @@
2004-09-25 07:21 Gregory John Casamento <greg_casamento@yahoo.com>
* GormInfo.plist: Changed version number to 0.8.0 (Alpha)
since we are now, more or less, in "pre-release" mode.
* GormFilePrefsManager.m: Updated call which sets version.
* Palettes/0Menus/GormMenuAttributesInspector.gorm:
* Palettes/1Windows/GormNSWindowInspector.gorm:
* Palettes/2Controls/ControlsPalette.gorm:
* Palettes/2Controls/GormNSBoxInspector.gorm:
* Palettes/2Controls/GormNSButtonInspector.gorm:
* Palettes/2Controls/GormNSFormInspector.gorm:
* Palettes/2Controls/GormNSMatrixInspector.gorm:
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm:
* Palettes/2Controls/GormNSProgressIndicatorInspector.gorm:
* Palettes/2Controls/GormNSStepperInspector.gorm:
* Palettes/2Controls/GormNSTextFieldInspector.gorm:
* Palettes/3Containers/GormNSBrowserInspector.gorm:
* Palettes/3Containers/GormNSTableViewInspector.gorm:
* Palettes/3Containers/GormTabViewInspector.gorm:
* Palettes/4Data/GormNSComboBoxInspector.gorm:
* Palettes/4Data/GormNSDateFormatterInspector.gorm:
* Palettes/4Data/GormNSImageViewInspector.gorm:
* Palettes/4Data/GormNSNumberFormatterInspector.gorm:
* Palettes/4Data/GormNSTextViewInspector.gorm: Modified spacing
of the widgets so that text isn't clipped when using Vera
font.
2004-09-24 Adam Fedor <fedor@gnu.org>
* GModelDecoder.m ([GormDocument -openGModel:]): Initialize

View file

@ -85,7 +85,7 @@ NSString *formatVersion(int version)
- (void) awakeFromNib
{
version = appVersion(0,7,8);
version = appVersion(0,8,0);
[gormAppVersion setStringValue: formatVersion(version)];
ASSIGN(targetVersionName, [[targetVersion selectedItem] title]);
ASSIGN(archiveTypeName, [[archiveType selectedItem] title]);

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 0.7.8 (Alpha)";
ApplicationRelease = "Gorm 0.8.0 (Alpha)";
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "0.7.8 July 10 2004";
NSBuildVersion = "0.8.0 Sep 25 2004";
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -5,10 +5,10 @@
GNUSTEP_GCC=2.95.0
# GNUstep version required
GNUSTEP_CORE_VERSION=0.9.1
GNUSTEP_CORE_VERSION=0.9.4
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=7
SUBMINOR_VERSION=7
MINOR_VERSION=8
SUBMINOR_VERSION=0
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}