Leuven, E. wrote:
> toolbars are (still) funky here.
> 
> i use the following default.ui settings:
> 
> Toolbars
>       "standard" "on,top"
>       "extra" "on,bottom"
>       "review" "off,top"
>       "table" "table,bottom"
>       "math" "math,bottom"
>       "minibuffer" "off,bottom"
> End
> 
> 
> on startup i see this:
> 
> http://leuven.ecodip.net/lyx/lyx1.png
> 
> ctrl-m:
> 
> http://leuven.ecodip.net/lyx/lyx2.png
> 
> moving out math inset:
> 
> http://leuven.ecodip.net/lyx/lyx3.png
> 
> ...
> 

Strange! I see your are using Windows but which Qt?

Nevertheless first we must decide how we will handle the toolbars.

I think the best is to have a type for each toolbar,
and to handle the hiding/showing in

void Toolbars::update(bool in_math, bool in_table, bool rieview,....)

then we have to touch the code I've touched for the CT toolbar:

http://www.lyx.org/trac/changeset/15598

Then it's possible to show them by default, but also add
other strategies to show/hide them is possible.


-- 
Peter Kümmel

Reply via email to