Re: Large Focus Bar Size
I backup and restore my titanium*.cpr files and chome registry these days so I keep my chome customizations.
You can edit your own titanium_480x640.cpr and titanium_640x480.cpr files (in the \Windows folder)
Code:
<Layer ID="Focus" Width="640" Height="116" Clip="False">
<Image ID="Image Default" Left="0" Top="0" Width="640" Height="140" ScalingAlgorithm="TriLinear" Opacity="1.0" />
<ControlSequence ID="Action Sequence" FramesPerSecond="30" Loop="False">
<Image ID="Image" Left="0" Top="0" Width="640" Height="164" Opacity="1.0" />
</ControlSequence>
</Layer>
Which will bring the focus bar back down to a manageable height.