Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 13700 Details for
Bug 70111
TVT3.0: Java Project Properties has truncated text and buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Code patch
70111.patch (text/plain), 1.76 KB, created by
Dirk Baeumer
on 2004-08-02 09:59:46 EDT
(
hide
)
Description:
Code patch
Filename:
MIME Type:
Creator:
Dirk Baeumer
Created:
2004-08-02 09:59:46 EDT
Size:
1.76 KB
patch
obsolete
>Index: ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java,v >retrieving revision 1.26 >diff -u -r1.26 JavadocConfigurationBlock.java >--- ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java 23 Jun 2004 19:33:39 -0000 1.26 >+++ ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java 2 Aug 2004 13:48:07 -0000 >@@ -166,7 +166,7 @@ > } > > fURLField.doFillIntoGrid(topComp, 2); >- LayoutUtil.setWidthHint(fURLField.getTextControl(null), converter.convertWidthInCharsToPixels(50)); >+ LayoutUtil.setWidthHint(fURLField.getTextControl(null), converter.convertWidthInCharsToPixels(45)); > LayoutUtil.setHorizontalGrabbing(fURLField.getTextControl(null)); > > fBrowseFolder.doFillIntoGrid(topComp, 1); >@@ -182,7 +182,7 @@ > > // Add the jar/zip field > fArchiveField.doFillIntoGrid(topComp, 2); >- LayoutUtil.setWidthHint(fArchiveField.getTextControl(null), converter.convertWidthInCharsToPixels(50)); >+ LayoutUtil.setWidthHint(fArchiveField.getTextControl(null), converter.convertWidthInCharsToPixels(45)); > LayoutUtil.setHorizontalGrabbing(fArchiveField.getTextControl(null)); > > >@@ -190,7 +190,7 @@ > > // Add the path chooser for the jar/zip > fArchivePathField.doFillIntoGrid(topComp, 2); >- LayoutUtil.setWidthHint(fArchivePathField.getTextControl(null), converter.convertWidthInCharsToPixels(50)); >+ LayoutUtil.setWidthHint(fArchivePathField.getTextControl(null), converter.convertWidthInCharsToPixels(45)); > LayoutUtil.setHorizontalGrabbing(fArchivePathField.getTextControl(null)); > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70111
:
13294
|
13388
|
13617
| 13700