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 210700 Details for
Bug 369470
[Tree] Right Tree-Cell padding ignored when text is aligned to the right
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]
Patch to add proper padding
padding-patch.txt (text/plain), 710 bytes, created by
Austin Riddle
on 2012-02-07 18:38:27 EST
(
hide
)
Description:
Patch to add proper padding
Filename:
MIME Type:
Creator:
Austin Riddle
Created:
2012-02-07 18:38:27 EST
Size:
710 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: src/org/eclipse/swt/widgets/Tree.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/src/org/eclipse/swt/widgets/Tree.java,v >retrieving revision 1.104 >diff -u -r1.104 Tree.java >--- src/org/eclipse/swt/widgets/Tree.java 6 Feb 2012 12:02:40 -0000 1.104 >+++ src/org/eclipse/swt/widgets/Tree.java 7 Feb 2012 23:36:38 -0000 >@@ -2301,7 +2301,7 @@ > } > > public int getTextMaxWidth( int index ) { >- return getTextWidth( index ); >+ return getTextWidth( index ) - getCellPadding().width; > } > > public int getCheckWidth() {
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 369470
:
210700
|
210830