diff --git a/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.form b/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.form index 73450cbf7c67..71d38a15db54 100644 --- a/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.form +++ b/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.form @@ -83,7 +83,7 @@ - + @@ -100,19 +100,19 @@ - + - + - + - + @@ -153,9 +153,9 @@ - + - + diff --git a/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.java b/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.java index 2c37ebf34f5e..f52dd8ea21be 100644 --- a/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.java +++ b/php/php.editor/src/org/netbeans/modules/php/editor/options/CodeCompletionPanel.java @@ -473,7 +473,7 @@ private void initComponents() { .addComponent(autoStringConcatenationCheckBox) .addComponent(codeCompletionFirstClassCallableCheckBox))) .addGroup(layout.createSequentialGroup() - .addContainerGap() + .addGap(12, 12, 12) .addGroup(layout.createParallelGroup(Alignment.LEADING) .addComponent(codeCompletionTypeLabel) .addComponent(smartRadioButton) @@ -486,16 +486,16 @@ private void initComponents() { .addComponent(fullyQualifiedInfoLabel) .addComponent(unqualifiedInfoLabel))))) .addGroup(layout.createSequentialGroup() - .addContainerGap() + .addGap(12, 12, 12) .addComponent(useLowercaseLabel)) .addGroup(layout.createSequentialGroup() - .addContainerGap() + .addGap(12, 12, 12) .addComponent(trueFalseNullCheckBox)) .addGroup(layout.createSequentialGroup() - .addContainerGap() + .addGap(12, 12, 12) .addComponent(autoCompletionCommentAsteriskLabel)) .addGroup(layout.createSequentialGroup() - .addContainerGap() + .addGap(12, 12, 12) .addComponent(autoCompletionCommentAsteriskCheckBox))) .addContainerGap(GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) );