Login  Register

Workspace Toolbar showing incomplete

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Workspace Toolbar showing incomplete

Sebastián Sastre
260 posts
Hi,

 it's a minor bug. Look in a workspace the vertical "display, evaluate,
inspect, debug" toolbar. Now open an inspector or a debugger and look
at the same toolbar (this time is horizontal). The debug button is
barely seen (about 15% of it). Could be a flaw in the FlowLayout when
changing horizontal/vertical in toolbars?

  By the way, I don't know other, but I prefer it allways horizontal.
And complete :)

  best regards,

Sebastian


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Workspace Toolbar showing incomplete

Blair McGlashan-4
101 posts
"Sebastián" <[hidden email]> wrote in message
news:[hidden email]...
> Hi,
>
> it's a minor bug. Look in a workspace the vertical "display, evaluate,
> inspect, debug" toolbar. Now open an inspector or a debugger and look
> at the same toolbar (this time is horizontal). The debug button is
> barely seen (about 15% of it). Could be a flaw in the FlowLayout when
> changing horizontal/vertical in toolbars?
>

No, its simply because the ReferenceView which contains the toolbar is of
insufficient width.

If you edit the FlipperInspector default view using the View Composer, and
resize up the workspaceTools view to be 100 pixels wide, and save, when you
subsequently try the inspector the debug button (and subsequent separator)
should be visible.

Thanks for the report.

Blair