Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit button not always visible #77

Closed
timhutton opened this issue Jul 12, 2020 · 4 comments
Closed

Edit button not always visible #77

timhutton opened this issue Jul 12, 2020 · 4 comments

Comments

@timhutton
Copy link
Member

When lines in a kernel are long, the edit button cannot be seen without scrolling the info pane to the right:
image

The edit buttons should always be visible.

@timhutton timhutton changed the title edit button not always visible Edit button not always visible Jul 12, 2020
@timhutton
Copy link
Member Author

I haven't found a way to do this in wxHTMLWindow, which doesn't allow CSS.

In a browser we can fix this with a table style: style="table-layout: fixed; width: 100%;":

image

@andykt - if we switch to wxWebView do you anticipate any problems?

@andykt
Copy link
Contributor

andykt commented Jul 16, 2020 via email

@timhutton
Copy link
Member Author

This works, thanks! The Info Pane doesn't look great but is more functional now.

@danwills
Copy link
Contributor

danwills commented Jul 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants