Fired up Photoshop as wanted a HD Clock as was thinking i could just
swap the image in the Jogglerskin image folder but no as my 1920x1080
wasn't scaling properly so went digging and found the ClockApplet.lua
which i think controls all the clock setting across all the skins and
changed setting below (for Joggler Skin only) and it worked :)

Line 3148 
local ratio = math.max(screen_width/800, screen_height/480) changed to
local ratio = math.max(screen_width/1920, screen_height/1080)

Just did a test image to make sure things worked


https://youtu.be/EAhEtfwGDr8


------------------------------------------------------------------------
Eyerex's Profile: http://forums.slimdevices.com/member.php?userid=65695
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to