You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/08/13 08:44:24 UTC

[GitHub] geertjanw closed pull request #602: Fix location of progressbar and progress text on splash screen. Fixes…

geertjanw closed pull request #602: Fix location of progressbar and progress text on splash screen. Fixes…
URL: https://github.com/apache/incubator-netbeans/pull/602
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties b/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties
index f5151e4d0a..acab338846 100644
--- a/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties
+++ b/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties
@@ -26,17 +26,17 @@ SplashShowProgressBar=true
 
 # x, y, w, h
 #NOI18N
-SplashRunningTextBounds=10, 235, 450, 12
+SplashRunningTextBounds=56, 278, 390, 12
 #NOI18N
-SplashProgressBarBounds=0, 249, 473, 3
+SplashProgressBarBounds=55, 277, 413, 3
 #16986: Special font size used only for splash screen
 #NOI18N
-SplashRunningTextFontSize=11
+SplashRunningTextFontSize=6
 # RGB
 #NOI18N
-SplashRunningTextColor=0xFFFFFF
+SplashRunningTextColor=0x3b3954
 #NOI18N
-SplashProgressBarColor=0xE00000
+SplashProgressBarColor=0xe70045
 #NOI18N
 SplashProgressBarEdgeColor=0xC5646F
 #NOI18N


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists