[yast-devel] Re: [yast-commit] r64385 - /trunk/ncurses/src/NCstyle.mono.h
URL: http://svn.opensuse.org/viewcvs/yast?rev=64385&view=rev Log: adjust value for progress bar background
The commit message merely states WHAT is being changed, which is already apparent from the code itself. Please remember to say WHY a change is being made.
Modified: trunk/ncurses/src/NCstyle.mono.h
Modified: trunk/ncurses/src/NCstyle.mono.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/src/NCstyle.mono.h?rev=64385&r1=64384&r2=64385&view=diff ============================================================================== --- trunk/ncurses/src/NCstyle.mono.h (original) +++ trunk/ncurses/src/NCstyle.mono.h Wed Jun 15 11:47:03 2011 @@ -93,7 +93,7 @@ attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD ); - attrset->setAttr( NCstyle::ProgbarBgch, 4194481 ); + attrset->setAttr( NCstyle::ProgbarBgch, 16160 ); attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD ); // InfoStyle attrset = &styleSet[NCstyle::InfoStyle].getAttrLocal(); @@ -156,7 +156,7 @@ attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD ); - attrset->setAttr( NCstyle::ProgbarBgch, 4194481 ); + attrset->setAttr( NCstyle::ProgbarBgch, 16160 ); attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD ); // WarnStyle attrset = &styleSet[NCstyle::WarnStyle].getAttrLocal(); @@ -219,7 +219,7 @@ attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD ); - attrset->setAttr( NCstyle::ProgbarBgch, 4194481 ); + attrset->setAttr( NCstyle::ProgbarBgch, 16160 ); attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD ); // PopupStyle attrset = &styleSet[NCstyle::PopupStyle].getAttrLocal(); @@ -282,7 +282,7 @@ attrset->setAttr( NCstyle::RichTextIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::RichTextBIT, 0 | A_REVERSE ); attrset->setAttr( NCstyle::ProgbarCh, 0 | A_BOLD ); - attrset->setAttr( NCstyle::ProgbarBgch, 4194481 ); + attrset->setAttr( NCstyle::ProgbarBgch, 16160 ); attrset->setAttr( NCstyle::TextCursor, 0 | A_REVERSE | A_BOLD ); }
-- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
-- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
participants (1)
-
Martin Vidner