You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sr...@apache.org on 2018/06/17 22:42:10 UTC

[incubator-netbeans] branch release90 updated: Fix location of progressbar and progress text on splash screen. Fixes NETBEANS-956. (#589)

This is an automated email from the ASF dual-hosted git repository.

sreimers pushed a commit to branch release90
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/release90 by this push:
     new 2f4a4d9  Fix location of progressbar and progress text on splash screen. Fixes NETBEANS-956. (#589)
2f4a4d9 is described below

commit 2f4a4d935c07888aa8f5a47db1c023f9cf6a3c9f
Author: Sven Reimers <sv...@users.noreply.github.com>
AuthorDate: Mon Jun 18 00:42:08 2018 +0200

    Fix location of progressbar and progress text on splash screen. Fixes NETBEANS-956. (#589)
---
 .../src/org/netbeans/core/startup/Bundle_nb.properties         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 f5151e4..acab338 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

-- 
To stop receiving notification emails like this one, please contact
sreimers@apache.org.

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

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