From a2d0b8ea7b008254dc908c6c96b1b8bfaa1b6958 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Wed, 14 May 2008 13:35:31 +0000 Subject: [231913] TVT34:TCT208: hu: 10.002520 - Certificate Properties Panel - Truncation https://bugs.eclipse.org/bugs/show_bug.cgi?id=231913 --- .../internal/dstore/security/widgets/CertificatePropertiesForm.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/widgets/CertificatePropertiesForm.java b/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/widgets/CertificatePropertiesForm.java index 51dd81b3a..a57bb7275 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/widgets/CertificatePropertiesForm.java +++ b/rse/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/widgets/CertificatePropertiesForm.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2007 IBM Corporation and others. + * Copyright (c) 2006, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -12,7 +12,7 @@ * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * * Contributors: - * {Name} (company) - description of contribution. + * David Dykstal (IBM) - [231913] increasing width of form to accomodate translation *******************************************************************************/ package org.eclipse.rse.internal.dstore.security.widgets; @@ -189,7 +189,7 @@ public class CertificatePropertiesForm extends SystemBaseForm Composite content = new Composite(parent, SWT.NONE); GridLayout layout = new GridLayout(); GridData data = GridUtil.createFill(); - data.widthHint = 450; + data.widthHint = 600; //data.heightHint = 300; layout.numColumns = 2; content.setLayout(layout); -- cgit v1.2.3