On 01/27/2014 09:43 PM, Vesa wrote:
>
>>
>>   * Mismatched dimensions for the instrument icons cause some visual
>>     spacing issues for the instrument text.
>>
>
> This is something that needs to be fixed in the code (or CSS, I'm not
> sure yet). I'll look into it.

Hmm, I've been looking through Qt class reference and found the following:


          iconSize : QSize <http://doc.qt.digia.com/qt-maemo/qsize.html>

    This property holds the icon size used for this button.

    The default size is defined by the GUI style. This is a maximum size
    for the icons. Smaller icons will not be scaled up.


So the problem here is, that the instrument icons are 48x48 pixels,
which get scaled down to 32x32, whereas the automation track/bb
track/sample track icons are all 20x20, which is necessary because the
same icons are used for toolbuttons and the toolbutton icons need to be
20x20.

So the only way to solve this that I see is, either setting the icon
size on the tracklabels to 20x20, so that instrument track icons get
scaled smaller, or making it so that there are separate icons used for
the tracks, and not use the same icons as the buttons.

I can do either. Which is the preferable solution?


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to