Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbecker2010-02-11 18:57:41 +0000
committerfbecker2010-02-11 18:57:41 +0000
commit1a3adf8d7cce10e3db191ec37a2d7a04967444bd (patch)
tree986e107a5b090202cee60b12dfc0dee2f789638b /org.eclipse.mylyn.bugzilla.ui
parente3bd327fb82b9a57a50a2f22b01b4d9561b14e85 (diff)
downloadorg.eclipse.mylyn.tasks-1a3adf8d7cce10e3db191ec37a2d7a04967444bd.tar.gz
org.eclipse.mylyn.tasks-1a3adf8d7cce10e3db191ec37a2d7a04967444bd.tar.xz
org.eclipse.mylyn.tasks-1a3adf8d7cce10e3db191ec37a2d7a04967444bd.zip
ASSIGNED - bug 272207: Include iplog flag for patches on bugzilla task editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272207
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java
index e28117fe3..2709ab3aa 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java
@@ -162,7 +162,7 @@ public class BugzillaAttachmentWizardPage extends WizardPage {
}
setControl(pageArea);
Dialog.applyDialogFont(pageArea);
- bottomForm.setWeights(new int[] { 65, 35 });
+ bottomForm.setWeights(new int[] { 75, 25 });
scrolledComposite.setMinSize(scrolledBodyComposite.computeSize(SWT.DEFAULT, SWT.DEFAULT, true));
}

Back to the top