Skip to content

Commit

Permalink
Fix layout of NoRefreshDisplayedVariation in ConfigDialog (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Dec 3, 2021
1 parent d13eeab commit c2ead27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/ConfigDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ protected DocumentFilter getDocumentFilter() {

JLabel lblNotRefreshVaritions =
new JLabel(resourceBundle.getString("LizzieConfig.title.notRefreshVariation"));
lblNotRefreshVaritions.setBounds(372, 308, 187, 16);
lblNotRefreshVaritions.setBounds(372, 308, 157, 16);
uiTab.add(lblNotRefreshVaritions);
chkNotRefreshVariation = new JCheckBox("");
chkNotRefreshVariation.setBounds(536, 305, 57, 23);
Expand Down

0 comments on commit c2ead27

Please sign in to comment.