Carles Perarnau wrote:
> Diving here and there I've found
>
>      78 MainForm::MainForm( QApplication *app, const QString& 
> songFilename )
>      79  : QMainWindow( 0, 0 )
>      80  , Object( "MainForm" )
>      81 {
>      82         //setMinimumSize( QSize( 1000, 600 ) );
>
> on gui/src/MainForm.cpp which seem to do the trick (I've adjusted to 
> an almost ridiculous low and H2 doesn't look in a very good shape when 
> heavily shrinking :-).
>
> Would it be wise to just adjust to a nice minimum size (by trial-error 
> method)? I guess if that line was commented it was for some certain 
> reason... :-)
Hi Carles!!

Thanks for the screenshot in the previous mail. I'm replying here, i 
think most of the questions are already answered :)
You're right, the Mixer button is useless in the tabbedInterface. It 
could be disabled here.
I've commented the line because i wanted to play a little bit with the 
resolution and see how small we can go..
Just to understand you right.. With the unmodified code (without a 
minimum resolution) the application was to big?
Have you tried to click the "maximise" button on the window after 
hydrogen was started? Here on OSX it resizes nicely to 800x600 without 
any modifications. 640x480 looks ugly, but works. You just can't edit 
the midi-out value because the instrument editor is not scrollable..
- Sebastian

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to