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 126606 Details for
Bug 266018
ColorsAndFontsPreferencePage should set widthHint in createDescriptionControl
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 set the width hint.
widthHintPatch.txt (text/plain), 967 bytes, created by
Mike Wilson
on 2009-02-24 15:16:33 EST
(
hide
)
Description:
Patch to set the width hint.
Filename:
MIME Type:
Creator:
Mike Wilson
Created:
2009-02-24 15:16:33 EST
Size:
967 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java,v >retrieving revision 1.61 >diff -u -r1.61 ColorsAndFontsPreferencePage.java >--- Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java 10 Dec 2008 07:00:39 -0000 1.61 >+++ Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java 24 Feb 2009 20:14:40 -0000 >@@ -790,6 +790,7 @@ > composite.setLayout(layout); > GridData data = new GridData(GridData.FILL_BOTH); > data.heightHint = convertHeightInCharsToPixels(5); >+ data.widthHint = convertWidthInCharsToPixels(30); > composite.setLayoutData(data); > > Label label = new Label(composite, SWT.LEFT);
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 266018
: 126606