nationisapro97 / trinityadmin

Automatically exported from code.google.com/p/trinityadmin
0 stars 0 forks source link

Tooltip for scroll bars in GM tab blocks important info #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version of your game client (3.1.3, 3.2.2a, etc): 3.3.5a
Language of your game client (enUS, deDE,etc): enUS
Version and revision of your TrinityAdmin: r19
Language selected in trinityAdmin: English
Trinity or MaNGOS? Trinity
Version of TrinityCore/MaNGOS (if known): 9182
Your Operating System and Version (Windows, Linux, etc): Windows

What was the expected output?
When mousing over the "Speed" and "Scale" scrollbars in the GM Tab, I expected 
to be able to see the number I'm scaling to as the slider is moved.

What do you see instead?
This: http://imgur.com/FJUq1.jpg

What steps will reproduce the problem?
1. Open GM Tab
2. Mouse-over either "Speed" or "Scale" scroll bar

Original issue reported on code.google.com by gregariousjb on 7 Aug 2010 at 11:06

GoogleCodeExporter commented 8 years ago
There is no way to set where the tooltips show; it seems to be a function of 
screen resolution and window size. For example, on my system I have 1920x1080 
and with the client running full-screen, the tooltips for these items are 
always well to the side. If I move the TA window close to the side of the 
client window (or screen edge), the placement of the tooltip can sometimes be 
over the slider.

Since this isnt really a bug, but I want you to have a good experience with TA, 
please edit the enUS.lua file as follows:
Change:

    ["tt_SpeedSlider"] = "Increase or decrease the speed for the selected character.",
    ["tt_ScaleSlider"] = "Increase or decrease the scale for the selected character.",

To:

    ["tt_SpeedSlider"] = "",
    ["tt_ScaleSlider"] = "",

Original comment by gsmith3...@gmail.com on 10 Aug 2010 at 4:24