Author: bklaas
Date: Wed Mar  3 07:39:47 2010
New Revision: 8621

URL: http://svn.slimdevices.com/jive?rev=8621&view=rev
Log:
Fixed Bug: 15820
Description: fix layout of toast_popup on Controller/Radio when textarea 
message is longer than three lines (scrollbar height, text padding)

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua?rev=8621&r1=8620&r2=8621&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 Wed Mar  3 07:39:47 2010
@@ -1409,14 +1409,17 @@
 
        -- toast_popup popup (is now text only)
        s.toast_popup_textarea = {
-               padding = { 6, 10, 8, 8 } ,
+               padding = { 6, 6, 8, 8 } ,
                align = 'left',
                w = WH_FILL,
-               h = WH_FILL,
+               h = 135,
                font = _boldfont(18),
                lineHeight = 21,
                fg = c.TEXT_COLOR,
                sh = c.TEXT_SH_COLOR,
+               scrollbar = {
+                       h = 115,
+               },
        }
 
        s.toast_popup = {

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to