View Single Post
  #2068 (permalink)  
Old 02-10-2009, 12:51 PM
briggs's Avatar
briggs
mcom
Offline
Location: Ontario
 
Join Date: Oct 2008
Posts: 1,041
Reputation: 3380
briggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: | February 10th, 2009 | . | M i g h t y R O M 4.4.5 | . | BLACKOUT | . | 20764-UC

Quote:
Originally Posted by pixelpop View Post
I'm reposting this because 1) I wasn't very clear in the original post and 2) it was way in the wee hours

When looking at the call log or looking at the contacts list by going thru the dialer, the scroll bar down the right side of the screen is unusably narrow. Is this a reg entry or is it "just the way it is"? Thanks
set it with your prov xml; Here is the code
<!-- Set Scroll Bar Size -->
<characteristic type="HKLM\System\GWE">
<parm name="cxHScr" datatype="integer" value="16"/>
<parm name="cxVScr" datatype="integer" value="20"/>
<parm name="cyHScr" datatype="integer" value="16"/>
<parm name="cyVScr" datatype="integer" value="20"/>
</characteristic>

and some more finger friendly settings;

<!-- Set Large Task Manager and tap to close and tap close album -->
<characteristic type="HKCU\Software\HTC\TaskManager" translation="filesystem">
<parm name="SkipAK4Camera" datatype="integer" value="0"/>
<parm name="EnableLargeIcon" datatype="integer" value="1"/>
<parm name="EnableTapAndHold" datatype="integer" value="0"/>
</characteristic>
<!-- Enlarge Start Menu -->
<characteristic type="HKLM\Software\HTC\EnlargeMenu" translation="filesystem">
<parm name="Enable" datatype="integer" value="1"/>
</characteristic>
__________________
Touch Pro 2 O/C 749mHz: LEAD ROM Mar. 5 2011 6.5 Release Candidate multi carrier lite
Treo Pro ROM: Cooked my own 21911 6.5 from raiderfan's kitchen.
Reply With Quote
This post has been thanked 2 times.