diff options
author | Stefan Knorr <heinzlesspam@gmail.com> | 2013-02-18 11:24:52 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-18 17:15:26 +0100 |
commit | 1825f33008c06f4f7a0b79771b1638b0de2af7e2 (patch) | |
tree | 5756061e311c287e0e3ef57cfb96e2449601826f /configure.ac | |
parent | e6ec8e83bad7d04f9f7b503626b87af75c052deb (diff) |
Update Branding for 4.0 (.1)
(c) Maxim Darak, Mirek Mazel 2013
Change-Id: I30fdb3234152e746e8a2a565310ab1b22115315c
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 703bb1330464..69bb297796c9 100644 --- a/configure.ac +++ b/configure.ac @@ -11623,7 +11623,7 @@ AC_SUBST(GIT_LINK_SRC) AC_MSG_CHECKING([for custom 'intro' progress bar color]) PROGRESSBARCOLOR= if test -z "$with_intro_progressbar_color"; then - PROGRESSBARCOLOR="255,255,255" + PROGRESSBARCOLOR="128,128,128" AC_MSG_RESULT([none]) else PROGRESSBARCOLOR="$with_intro_progressbar_color" @@ -11634,7 +11634,7 @@ AC_SUBST(PROGRESSBARCOLOR) AC_MSG_CHECKING([for custom 'intro' progress bar size]) PROGRESSSIZE= if test -z "$with_intro_progressbar_size"; then - PROGRESSSIZE="407,6" + PROGRESSSIZE="409,8" AC_MSG_RESULT([none]) else PROGRESSSIZE="$with_intro_progressbar_size" @@ -11645,7 +11645,7 @@ AC_SUBST(PROGRESSSIZE) AC_MSG_CHECKING([for custom 'intro' progress bar position]) PROGRESSPOSITION= if test -z "$with_intro_progressbar_position"; then - PROGRESSPOSITION="61,317" + PROGRESSPOSITION="72,189" AC_MSG_RESULT([none]) else PROGRESSPOSITION="$with_intro_progressbar_position" @@ -11656,7 +11656,7 @@ AC_SUBST(PROGRESSPOSITION) AC_MSG_CHECKING([for custom 'intro' progress bar frame color]) PROGRESSFRAMECOLOR= if test -z "$with_intro_progressbar_frame_color"; then - PROGRESSFRAMECOLOR="20,136,3" + PROGRESSFRAMECOLOR="245,245,245" AC_MSG_RESULT([none]) else PROGRESSFRAMECOLOR="$with_intro_progressbar_frame_color" @@ -11678,7 +11678,7 @@ AC_SUBST(PROGRESSTEXTCOLOR) AC_MSG_CHECKING([for custom 'intro' progress text baseline]) PROGRESSTEXTBASELINE= if test -z "$with_intro_progressbar_text_baseline"; then - PROGRESSTEXTBASELINE="287" + PROGRESSTEXTBASELINE="170" AC_MSG_RESULT([none]) else PROGRESSTEXTBASELINE="$with_intro_progressbar_text_baseline" |