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 164485 - Enlarge default size of Commit dialog
Summary: Enlarge default size of Commit dialog
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2009-05-05 13:43 UTC by Jaromir Uhrik
Modified: 2009-05-08 07:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (48.86 KB, image/png)
2009-05-05 13:44 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-05-05 13:43:42 UTC
Product Version: NetBeans IDE Dev (Build 200905050201)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.6 running on i386; MacRoman; en_US (nb)

Steps to reproduce:
-log in to kenai
-select a project with sources in kenai subversion
-push "get" by a "Sources" node of the project to open associated project
-open some source file of this project and make some changes; then save the file
-invoke from popup menu of the file action "Subversion>Commit"
-->> The commit dialog appears and when the user expands node "Update Issue" the dialog stretches some components so
that it looks like on attached screenshot. The default height of this dialog should be enlarged.
Comment 1 Jaromir Uhrik 2009-05-05 13:44:50 UTC
Created attachment 81547 [details]
Screenshot attached...
Comment 2 Marian Petras 2009-05-07 17:36:06 UTC
Fixed.

The default size of the commit dialog now depends on the font size, but otherwise I did not make the dialog larger. The
significant change is that if the user clicks on toggle "Update Issue", the dialog is resized (enlarged) such that the
form for issue update does not crush the already displayed content of the dialog.

Changeset:
#aade0ac0411e
Comment 3 Quality Engineering 2009-05-08 07:42:18 UTC
Integrated into 'main-golden', will be available in build *200905080201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aade0ac0411e
User: Marian Petras <mpetras@netbeans.org>
Log: fixed bug #164485 - "Enlarge default size of Commit dialog"