On Mon, January 7, 2008 12:20, Ebrahim Mayat wrote:
> Hello Rui
>
>
> After a quick test, your patch does work effectively indeed. Could you
> pass this patch on to Toshi please.
>

yes, here it goes


Ebrahim Mayat wrote:
>
> On Sunday, January 06, 2008, at 07:20AM, "Rui Nuno Capela"
<[EMAIL PROTECTED]> wrote:
>
>> hmmm... looks kinky :D but i have two questions atm.:
>>
>> 1) why the hell instrument names are colored black-on-black ?
>
> Right, that's why I have enabled the shiny window effect to at least
> "make out" something but I can't find any way to improve things.
> Maybe there could be something in the qt4 spec that could be tweaked.
>

would you try the attached patch -p0 ?


>> 2) does it get better if you enlarge the main window and then press
"arrange channels"?
>
> Unfortunately, not.
>

this second one is not related to the previous. it was just one
suggesting to set the channel strips a bit more uncluttered, and also,
to let the master volume slider appear on the main top toolbar ;)


byee
-- 
rncbc aka Rui Nuno Capela
[EMAIL PROTECTED]
diff -u -r1.2 qsamplerChannelStrip.cpp
--- src/qsamplerChannelStrip.cpp	6 Dec 2007 10:13:10 -0000
+++ src/qsamplerChannelStrip.cpp	6 Jan 2008 16:07:19 -0000
@@ -213,6 +213,7 @@
 		pal.setColor(QPalette::Background, Qt::black);
 	}
 	m_ui.ChannelInfoFrame->setPalette(pal);
+	m_ui.InstrumentNameTextLabel->setPalette(pal);
 	m_ui.StreamVoiceCountTextLabel->setPalette(pal);
 }
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to