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 93553 Details for
Bug 223327
[navigation] MultiHyperlink rendered with gray borders on right and bottom
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.
proposed fix
fix_223327.txt (text/plain), 1.49 KB, created by
Benno Baumgartner
on 2008-03-26 03:59:45 EDT
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Benno Baumgartner
Created:
2008-03-26 03:59:45 EDT
Size:
1.49 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface.text >Index: src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface.text/src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java,v >retrieving revision 1.6 >diff -u -r1.6 MultipleHyperlinkPresenter.java >--- src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java 20 Mar 2008 11:45:26 -0000 1.6 >+++ src/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.java 26 Mar 2008 07:59:18 -0000 >@@ -154,8 +154,8 @@ > protected void createContent(Composite parent) { > fParent= parent; > GridLayout layout= new GridLayout(); >- layout.marginWidth= 0; >- layout.marginRight= 4; >+ layout.marginWidth= 2; >+ layout.marginHeight= 2; > fParent.setLayout(layout); > fParent.setForeground(fForegroundColor); > fParent.setBackground(fBackgroundColor); >@@ -180,13 +180,15 @@ > int width; > if (preferedSize.y - scrollBarHeight < constraints.y) { > width= preferedSize.x - scrollBarWidth; >+ fTable.getVerticalBar().setVisible(false); > } else { > width= Math.min(preferedSize.x, constraints.x); > } > > int height; > if (preferedSize.x - scrollBarWidth < constraints.x) { >- height= preferedSize.y - scrollBarHeight; >+ height= preferedSize.y - scrollBarHeight - 1; >+ fTable.getHorizontalBar().setVisible(false); > } else { > height= Math.min(preferedSize.y, constraints.y); > }
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 Raw
Actions:
View
Attachments on
bug 223327
:
93011
|
93553
|
93565
|
93570
|
93607
|
93608