Skip to content

Commit

Permalink
Change size of RightFilesSplitPane
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 committed Jun 30, 2024
1 parent 885aed3 commit f11b2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ESPlorer/ESPlorer.java
Original file line number Diff line number Diff line change
Expand Up @@ -6045,7 +6045,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
RightBigPaneLayout.setVerticalGroup(
RightBigPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(RightBigPaneLayout.createSequentialGroup()
.addComponent(RightFilesSplitPane, javax.swing.GroupLayout.DEFAULT_SIZE, 343, Short.MAX_VALUE)
.addComponent(RightFilesSplitPane, javax.swing.GroupLayout.DEFAULT_SIZE, 813, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(RightSnippetsPane, javax.swing.GroupLayout.DEFAULT_SIZE, 100, Short.MAX_VALUE))
);
Expand Down

0 comments on commit f11b2c1

Please sign in to comment.