Author: sdeboy
Date: Thu Sep 9 07:05:00 2010
New Revision: 995336
URL: http://svn.apache.org/viewvc?rev=995336&view=rev
Log:
More minor changes to receiver config panel layout
Modified:
logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ReceiverConfigurationPanel.java
Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ReceiverConfigurationPanel.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ReceiverConfigurationPanel.java?rev=995336&r1=995335&r2=995336&view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ReceiverConfigurationPanel.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/ReceiverConfigurationPanel.java Thu Sep 9 07:05:00 2010
@@ -130,11 +130,12 @@ class ReceiverConfigurationPanel extends
c.insets = new Insets(0, 10, 0, 0);
add(logFileReceiverPanel, c);
+ //HTML label is adding extra space..
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = yPos++;
c.fill = GridBagConstraints.HORIZONTAL;
- c.insets = new Insets(2, 10, 2, 0);
+ c.insets = new Insets(3, 30, 5, 30);
add(new JSeparator(), c);
c = new GridBagConstraints();
@@ -157,7 +158,7 @@ class ReceiverConfigurationPanel extends
c.gridx = 0;
c.gridy = yPos++;
c.fill = GridBagConstraints.HORIZONTAL;
- c.insets = new Insets(2, 10, 2, 0);
+ c.insets = new Insets(12, 30, 5, 30);
add(new JSeparator(), c);
c = new GridBagConstraints();
@@ -180,7 +181,7 @@ class ReceiverConfigurationPanel extends
c.gridx = 0;
c.gridy = yPos++;
c.fill = GridBagConstraints.HORIZONTAL;
- c.insets = new Insets(2, 10, 2, 0);
+ c.insets = new Insets(12, 30, 5, 30);
add(new JSeparator(), c);
c = new GridBagConstraints();
@@ -196,7 +197,7 @@ class ReceiverConfigurationPanel extends
c.gridx = 0;
c.gridy = yPos++;
c.fill = GridBagConstraints.HORIZONTAL;
- c.insets = new Insets(2, 10, 2, 0);
+ c.insets = new Insets(12, 30, 5, 30);
add(new JSeparator(), c);
c = new GridBagConstraints();
@@ -210,13 +211,6 @@ class ReceiverConfigurationPanel extends
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = yPos++;
- c.fill = GridBagConstraints.HORIZONTAL;
- c.insets = new Insets(2, 10, 2, 0);
- add(new JSeparator(), c);
-
- c = new GridBagConstraints();
- c.gridx = 0;
- c.gridy = yPos++;
c.weightx = 0.5;
c.fill = GridBagConstraints.HORIZONTAL;
c.insets = new Insets(0, 10, 0, 0);
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.