Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Make the Apple Remote Desktop 3 widget larger' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Make the Apple Remote Desktop 3 widget larger
Authored by: osxpounder on Jul 27, '06 02:00:13PM

Nice tip. While we're on the topic of modifying widgets, I once used a similar process to modify the Google Image Search widget's awful green background into a translucent, dark blue.



[ Reply to This | # ]
10.4: Make the Apple Remote Desktop 3 widget larger
Authored by: schulty on Jul 21, '07 01:08:52PM

The way that actually works is to edit /Library/Widgets/Remote Desktop.wdgt/RemoteDesktop.css and change the style sheet to a resolution that works for you.

For example:

.ardplugin {
	position:absolute;
	top:0px;
	left:0px;
	width:640px;
	height:480px;
}

In this case it is for a computer with a 4:3 display resolution ratio.



[ Reply to This | # ]
10.4: Make the Apple Remote Desktop 3 widget larger
Authored by: morespace54 on Jul 23, '07 01:47:07PM

great tip! thanks!!!



[ Reply to This | # ]