implementing #36 tooltip over players nickname and rating function (thx to drull for this patch)

This commit is contained in:
doitux
2011-01-31 23:53:52 +00:00
parent e55e39a979
commit ca25c35b94
10 changed files with 1212 additions and 27 deletions
@@ -4,8 +4,8 @@
<StyleDescription value="danuxi table design" />
<StyleMaintainerName value="Daniel Hammer" />
<StyleMaintainerEMail value="webmaster@pokerth.net" />
<StyleCreateDate value="08.07.2010" />
<PokerTHStyleFileVersion value="2" />
<StyleCreateDate value="31.01.2011" />
<PokerTHStyleFileVersion value="3" />
<Preview value="preview.png" />
<IfFixedWindowSize value="1" />
<FixedWindowWidth value="1024" />
@@ -125,6 +125,8 @@
<BetSpeedSliderHandleBgColor value="A1B4FF" />
<BetSpeedSliderHandleBorderColor value="00177D" />
<ShowMyCardsButtonTextColor value="F0F0F0" />
<RatingStarsColor value="FFD700" />
<PlayerInfoHintTextColor value="FFFF00" />
<ChatLogTextSize value="11" />
</TableStyle>
</PokerTH>
@@ -4,8 +4,8 @@
<StyleDescription value="PokerTH default table style" /><!-- This string will be shown in settings/game table style list -->
<StyleMaintainerName value="PokerTH Development Team" /> <!-- This string should contain the name of the style maintainer and will be shown in style information -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string should contain the email address of the style maintainer and will be shown in style information and also in error message if there is a problem with the style. If you dont like to post your mail address here please write value="NULL". -->
<StyleCreateDate value="08.07.2010" /> <!-- This string should contain the create date or last date of modification and will be shown in style information-->
<PokerTHStyleFileVersion value="2" /> <!-- This number matches the current PokerTH internal version that is supported, you should not change it unless PokerTH tells you to update the style -->
<StyleCreateDate value="31.01.2011" /> <!-- This string should contain the create date or last date of modification and will be shown in style information-->
<PokerTHStyleFileVersion value="3" /> <!-- This number matches the current PokerTH internal version that is supported, you should not change it unless PokerTH tells you to update the style -->
<Preview value="preview.png" /> <!-- This preview picture will be shown in settings/game table style if this style is selected. The value should contain a filename of the preview picture which have to be stored in the same folder as this xml file. -->
<!-- Windows Settings -->
@@ -135,7 +135,9 @@
<BetSpeedSliderHandleBgColor value="99D500" />
<BetSpeedSliderHandleBorderColor value="286400" />
<ShowMyCardsButtonTextColor value="F0F0F0" />
<RatingStarsColor value="FFD700" />
<PlayerInfoHintTextColor value="FFFF00" />
<!-- Table Font Sizes - values should be set in px -->
<ChatLogTextSize value="11" />
</TableStyle>