From 4df47df0d636fda979c7d024c17ca22260255fbd Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 13 May 2008 12:10:15 +0000 Subject: [PATCH] INTEGRATION: CWS fwk86 (1.2.6); FILE MERGED 2008/04/30 15:49:22 pb 1.2.6.2: RESYNC: (1.2-1.5); FILE MERGED 2008/03/31 05:32:50 pb 1.2.6.1: fix: #i86685# new progress attributes --- scp2/source/ooo/ooo_brand.scp | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/scp2/source/ooo/ooo_brand.scp b/scp2/source/ooo/ooo_brand.scp index 663ce287b6b2..f7a827e51f32 100644 --- a/scp2/source/ooo/ooo_brand.scp +++ b/scp2/source/ooo/ooo_brand.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ooo_brand.scp,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -61,25 +61,34 @@ ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor Section = "Bootstrap"; Order = 2; Key = "ProgressBarColor"; - Value = "0,0,128"; + Value = "4,68,155"; +End + +ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor + ProfileID = gid_Brand_Profile_Soffice_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Bootstrap"; + Order = 3; + Key = "ProgressFrameColor"; + Value = "58,159,232"; End ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize ProfileID = gid_Brand_Profile_Soffice_Ini; ModuleID = gid_Module_Root_Brand; Section = "Bootstrap"; - Order = 3; + Order = 4; Key = "ProgressSize"; - Value = "-1,6"; + Value = "412,7"; End ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition ProfileID = gid_Brand_Profile_Soffice_Ini; ModuleID = gid_Module_Root_Brand; Section = "Bootstrap"; - Order = 4; + Order = 5; Key = "ProgressPosition"; - Value = "-1,-1"; + Value = "14,230"; End #if defined UNX && ! defined MACOSX