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 19536 Details for
Bug 42066
[preferences] "New Template" and "Edit Template" dialogs margin spacing
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]
fix
42066.txt (text/plain), 1.17 KB, created by
Sebastian Davids
on 2005-04-05 08:27:01 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Sebastian Davids
Created:
2005-04-05 08:27:01 EDT
Size:
1.17 KB
patch
obsolete
>Index: EditTemplateDialog.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java,v >retrieving revision 1.77 >diff -u -r1.77 EditTemplateDialog.java >--- EditTemplateDialog.java 25 Feb 2005 15:34:12 -0000 1.77 >+++ EditTemplateDialog.java 5 Apr 2005 12:26:14 -0000 >@@ -46,6 +46,7 @@ > import org.eclipse.jface.action.IMenuManager; > import org.eclipse.jface.action.MenuManager; > import org.eclipse.jface.action.Separator; >+import org.eclipse.jface.dialogs.IDialogConstants; > import org.eclipse.jface.preference.IPreferenceStore; > import org.eclipse.jface.resource.JFaceResources; > import org.eclipse.jface.viewers.ISelectionChangedListener; >@@ -213,6 +214,8 @@ > Composite parent= new Composite(ancestor, SWT.NONE); > GridLayout layout= new GridLayout(); > layout.numColumns= 2; >+ layout.marginTop= convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_MARGIN); >+ layout.marginWidth= convertHorizontalDLUsToPixels(IDialogConstants.HORIZONTAL_MARGIN); > parent.setLayout(layout); > parent.setLayoutData(new GridData(GridData.FILL_BOTH)); >
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 42066
:
19530
| 19536 |
83619
|
83626