Skip to content
Snippets Groups Projects
Commit 05898105 authored by Andrew Polunin's avatar Andrew Polunin
Browse files

fixed major bug EXT-3586 IM well button shows \"9+\" if number of unread IMs is more than 9

--HG--
branch : product-engine
parent 24b1f278
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ class LLSysWellChiclet::FlashToLitTimer : public LLEventTimer ...@@ -140,7 +140,7 @@ class LLSysWellChiclet::FlashToLitTimer : public LLEventTimer
LLSysWellChiclet::Params::Params() LLSysWellChiclet::Params::Params()
: button("button") : button("button")
, unread_notifications("unread_notifications") , unread_notifications("unread_notifications")
, max_displayed_count("max_displayed_count", 9) , max_displayed_count("max_displayed_count", 99)
, flash_to_lit_count("flash_to_lit_count", 3) , flash_to_lit_count("flash_to_lit_count", 3)
, flash_period("flash_period", 0.5F) , flash_period("flash_period", 0.5F)
{ {
......
...@@ -327,6 +327,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. ...@@ -327,6 +327,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly.
min_width="35" min_width="35"
user_resize="false"> user_resize="false">
<chiclet_im_well <chiclet_im_well
max_displayed_count="99"
flash_period="0.3" flash_period="0.3"
follows="right" follows="right"
height="23" height="23"
...@@ -356,7 +357,6 @@ image_pressed_selected "Lit" + "Selected" - there are new messages and the Well ...@@ -356,7 +357,6 @@ image_pressed_selected "Lit" + "Selected" - there are new messages and the Well
image_selected="PushButton_Selected_Press" image_selected="PushButton_Selected_Press"
label_color="Black" label_color="Black"
left="0" left="0"
max_displayed_count="99"
name="Unread IM messages" name="Unread IM messages"
pad_left="0" pad_left="0"
pad_right="0" pad_right="0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment