This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153085 - Not obvious how to change form design size
Summary: Not obvious how to change form design size
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 128462 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-12 22:28 UTC by _ gtzabari
Modified: 2012-11-09 16:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2008-11-12 22:28:28 UTC
dev build 200811110201

It is possible to change the form design size by double-clicking on its border, but this isn't obvious (at least it
wasn't to me). Instead, I tried using Properties -> Code -> Designer Size -> [...]

This brought up a custom editor but editing its values had no effect. I am expecting to be able to change the designer
size using the properties editor as well as double-clicking on the border. I see no reason for only one of these methods
to work.
Comment 1 Jiri Vagner 2008-11-13 09:11:46 UTC
I agree, this is strange bahavior. User should be able to change this value using Properties panel too. Thank you for
your report.
Comment 2 Jan Stola 2009-07-17 14:24:48 UTC
Fixed - I have made the Designer Size property editable.

Modified files: http://hg.netbeans.org/cdev/rev/367fb2b1cba5
Comment 3 Tomas Pavek 2009-10-27 18:45:15 UTC
This change has one unpleasant effect. As the designer size was an non-editable synthetic property on the top form
component, it was persisted differently - as an "aux value" (non-editable synth. properties are not saved). By making it
editable it is now being saved as "synthetic" property for every form. It does not harm anything, but it's redundant and
causing diffs to otherwise unchanged .form files.

Hopefully this hack fixed that:
http://hg.netbeans.org/cdev/rev/2acd2d3ffaf0
Comment 4 Quality Engineering 2009-10-29 00:45:14 UTC
Integrated into 'main-golden', will be available in build *200910281401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2acd2d3ffaf0
User: Tomas Pavek <tpavek@netbeans.org>
Log: #153085: don't save designer size property
Comment 5 Tomas Pavek 2012-11-09 16:52:15 UTC
*** Bug 128462 has been marked as a duplicate of this bug. ***