Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 537 Bytes

Tweetz-Desktop

Desktop Twitter client written in WPF

See http://mike-ward.net/tweetz for more information.

In this fork in the directory Transparent-Version I compiled different versions with different transparency percentage... i don't really have the time to add it as feature for the moment The _xx correspond to the transparency value example tweetz_45.exe have 45% transparency

To build your version

Just add "WindowStyle="None" AllowsTransparency="True" Opacity="0.40">" in MainWindow.xaml at line 21

;)