From 8eb716587c35b04085bc7293c7c974a646b83e6c Mon Sep 17 00:00:00 2001 From: Raman Arora Date: Fri, 15 May 2020 12:31:35 -0400 Subject: [PATCH] Increase name label width. --- .../sleuthkit/autopsy/contentviewers/ContactArtifactViewer.form | 2 +- .../sleuthkit/autopsy/contentviewers/ContactArtifactViewer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.form b/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.form index 9511554652..30a06c53a5 100644 --- a/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.form +++ b/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.form @@ -28,7 +28,7 @@ - + diff --git a/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.java b/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.java index 603a8f04f5..922948fae4 100644 --- a/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.java +++ b/Core/src/org/sleuthkit/autopsy/contentviewers/ContactArtifactViewer.java @@ -79,7 +79,7 @@ public class ContactArtifactViewer extends javax.swing.JPanel implements Artifac namePanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(namePanelLayout.createSequentialGroup() .addContainerGap() - .addComponent(contactNameLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 161, javax.swing.GroupLayout.PREFERRED_SIZE) + .addComponent(contactNameLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 240, javax.swing.GroupLayout.PREFERRED_SIZE) .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) ); namePanelLayout.setVerticalGroup(