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 184993 Details for
Bug 332304
RepositoryQueryWizard should be a little larger
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 V1
patch332304V1.txt (text/plain), 1.36 KB, created by
Frank Becker
on 2010-12-10 15:21:47 EST
(
hide
)
Description:
patch V1
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2010-12-10 15:21:47 EST
Size:
1.36 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.ui >Index: src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java,v >retrieving revision 1.148 >diff -u -r1.148 BugzillaSearchPage.java >--- src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java 24 Oct 2010 19:02:40 -0000 1.148 >+++ src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java 10 Dec 2010 20:18:13 -0000 >@@ -436,7 +436,7 @@ > layout.marginRight = 5; > basicComposite.setLayout(layout); > GridData g = new GridData(GridData.FILL, GridData.FILL, true, true); >- g.widthHint = 500; >+ g.widthHint = 400; > basicComposite.setLayoutData(g); > Dialog.applyDialogFont(basicComposite); > >@@ -460,7 +460,7 @@ > moreOptionsExpandComposite.setBackground(null); > moreOptionsExpandComposite.setText(Messages.BugzillaSearchPage_More_Options); > moreOptionsExpandComposite.setLayout(new GridLayout(3, false)); >- g = new GridData(GridData.FILL, GridData.FILL, true, true); >+ g = new GridData(GridData.FILL, GridData.VERTICAL_ALIGN_BEGINNING, true, false); > g.horizontalSpan = 4; > g.horizontalIndent = INDENT; > moreOptionsExpandComposite.setLayoutData(g);
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 332304
:
184950
| 184993 |
184994