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
This commit is contained in:
Vladimir Glazounov 2008-05-13 12:10:15 +00:00
parent 1edc816470
commit 4df47df0d6

View file

@ -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