Bug 274284 - 'Add CVS Repository' dialog is clipped at the bottom
Summary: 'Add CVS Repository' dialog is clipped at the bottom
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.5   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.5 M7   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2009-04-29 07:44 EDT by Remy Suen CLA
Modified: 2009-04-29 08:01 EDT (History)
1 user (show)

See Also:


Attachments
Screenshot depicting the problem in question. (23.86 KB, image/jpeg)
2009-04-29 07:44 EDT, Remy Suen CLA
no flags Details
CVS repository wizard page patch v1 (1.99 KB, patch)
2009-04-29 07:48 EDT, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2009-04-29 07:44:12 EDT
Created attachment 133745 [details]
Screenshot depicting the problem in question.

Build id: I20090428-0100

1. Open 'CVS Repositories' view.
2. Click the 'Add CVS Repository' button in the view's toolbar.
3. The dialog is clipped at the bottom on Linux/gtk+.
Comment 1 Remy Suen CLA 2009-04-29 07:48:06 EDT
Created attachment 133746 [details]
CVS repository wizard page patch v1

The problem is that we were reusing a GridData for another Control's layout data which does not work properly. The fix is to just make a new one. :)
Comment 2 Tomasz Zarna CLA 2009-04-29 07:54:50 EDT
The dialog is a little bit clipped on other platforms as well (at least on Windows and Mac).
Comment 3 Tomasz Zarna CLA 2009-04-29 08:01:57 EDT
Released to HEAD. Thanks for the fix Remy! Available in builds >I20090429-0800 (I'm 3 minutes late :)