From da97c81faa3d91c076d072ccbd36fb0a637e9758 Mon Sep 17 00:00:00 2001 From: j-dimension Date: Thu, 25 Jan 2024 23:07:04 +0100 Subject: [PATCH] dialog wider --- .../jlawyer/client/editors/files/CaseAccountEntryDialog.form | 5 ++--- .../jlawyer/client/editors/files/CaseAccountEntryDialog.java | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.form b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.form index 6aa37ff86..0677bdb5b 100644 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.form +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.form @@ -25,7 +25,7 @@ - + @@ -33,8 +33,7 @@ - - + diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.java index ce6bd7498..03cea0556 100644 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryDialog.java @@ -740,15 +740,14 @@ public void actionPerformed(java.awt.event.ActionEvent evt) { layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() - .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) + .addContainerGap(541, Short.MAX_VALUE) .addComponent(cmdSave) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(cmdCancel) .addContainerGap()) .addGroup(layout.createSequentialGroup() .addContainerGap() - .addComponent(caseAccountEntryPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) + .addComponent(caseAccountEntryPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)