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 117734 Details for
Bug 244653
[api] extension for repository properties wizard page
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 that resolves layout issue with dialog
layout-issue.patch (text/plain), 1.42 KB, created by
David Green
on 2008-11-13 00:55:50 EST
(
hide
)
Description:
patch that resolves layout issue with dialog
Filename:
MIME Type:
Creator:
David Green
Created:
2008-11-13 00:55:50 EST
Size:
1.42 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/tasks/ui/wizards/AbstractTaskRepositoryPage.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractTaskRepositoryPage.java,v >retrieving revision 1.1 >diff -u -r1.1 AbstractTaskRepositoryPage.java >--- src/org/eclipse/mylyn/tasks/ui/wizards/AbstractTaskRepositoryPage.java 4 Nov 2008 01:19:58 -0000 1.1 >+++ src/org/eclipse/mylyn/tasks/ui/wizards/AbstractTaskRepositoryPage.java 13 Nov 2008 05:50:31 -0000 >@@ -34,8 +34,9 @@ > import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin; > import org.eclipse.mylyn.tasks.core.TaskRepository; > import org.eclipse.swt.SWT; >-import org.eclipse.swt.layout.GridLayout; >+import org.eclipse.swt.layout.FillLayout; > import org.eclipse.swt.widgets.Composite; >+import org.eclipse.swt.widgets.Layout; > import org.eclipse.ui.forms.events.ExpansionAdapter; > import org.eclipse.ui.forms.events.ExpansionEvent; > import org.eclipse.ui.forms.widgets.ExpandableComposite; >@@ -112,7 +113,7 @@ > toolkit = new FormToolkit(TasksUiPlugin.getDefault().getFormColors(parent.getDisplay())); > > compositeContainer = new Composite(parent, SWT.NULL); >- GridLayout layout = new GridLayout(1, true); >+ Layout layout = new FillLayout(); > compositeContainer.setLayout(layout); > > createContents(compositeContainer);
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 244653
:
110475
|
110476
|
110514
|
110515
|
110516
|
110517
|
110730
|
110731
|
112848
|
112849
|
112850
|
115338
|
115339
|
116062
|
116063
|
116387
|
116778
|
116865
|
116890
| 117734