This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a commit to branch release111
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/release111 by this push:
new ce00695 Comment out Apache Incubator logo on Start Page.
new a768ad8 Merge pull request #1354 from
neilcsmith-net/remove-welcome-incubator
ce00695 is described below
commit ce0069542b6938da87f7eb35a66bb8d504e7fa3e
Author: Neil C Smith <[email protected]>
AuthorDate: Wed Jul 3 13:21:29 2019 +0100
Comment out Apache Incubator logo on Start Page.
---
nb/welcome/src/org/netbeans/modules/welcome/ui/BottomBar.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nb/welcome/src/org/netbeans/modules/welcome/ui/BottomBar.java
b/nb/welcome/src/org/netbeans/modules/welcome/ui/BottomBar.java
index fc22502..dc36ea3 100644
--- a/nb/welcome/src/org/netbeans/modules/welcome/ui/BottomBar.java
+++ b/nb/welcome/src/org/netbeans/modules/welcome/ui/BottomBar.java
@@ -40,13 +40,13 @@ class BottomBar extends JPanel {
setBackground( Utils.getBottomBarColor() );
add( Logo.createApacheLogo(), new GridBagConstraints(0,0,1,1,0.0,0.0,
- GridBagConstraints.WEST,GridBagConstraints.NONE,new
Insets(0,12,0,5),0,0 ) );
+ GridBagConstraints.WEST,GridBagConstraints.NONE,new
Insets(5,12,5,5),0,0 ) );
add( new JLabel(), new GridBagConstraints(1,0,1,1,1.0,0.0,
GridBagConstraints.CENTER,GridBagConstraints.NONE,new
Insets(0,0,0,0),0,0 ) );
- add( Logo.createIncubatorLogo(), new
GridBagConstraints(4,0,1,1,0.0,0.0,
- GridBagConstraints.EAST,GridBagConstraints.NONE,new
Insets(5,5,5,12),0,0 ) );
+ //add( Logo.createIncubatorLogo(), new
GridBagConstraints(4,0,1,1,0.0,0.0,
+ // GridBagConstraints.EAST,GridBagConstraints.NONE,new
Insets(5,5,5,12),0,0 ) );
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists