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

Avoid thin splitter #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Avoid thin splitter #16

wants to merge 2 commits into from

Conversation

WhyNotHugo
Copy link

The very very thing splitter that separates panels (body/headers and also request/history) has always annoyed me. It's extremely thin, and it usually takes me a few tens of seconds to pinpoint correctly and drag around (I can't image somebody with actual motor problems!).

I've worked around this by:

Replace the body/headers splitter with a tabset. This also looks tidier and is a bit more consistent with the rest of the layout:

Before:

before

After:

2016-02-20t11 36 20 445234620-03 00
2016-02-20t11 36 22 230194795-03 00

I also made the splitter that separates the request from the history panels 3px high, which makes it a lot easier to click/drag.

Hugo Osvaldo Barrera added 2 commits February 20, 2016 11:39
Previously these were separated via a 1px wide splitter. This had two
issues:

 * By default, headers would expand and cover body up.
 * 1px was *very* hard to click+drag on, making it a pretty painful
   experience to expand either panel.

This keeps this tidier, and more consistent with the rest of the layout.
This makes it easy to point at and drag around.
@WhyNotHugo
Copy link
Author

Bump?

3 similar comments
@WhyNotHugo
Copy link
Author

Bump?

@WhyNotHugo
Copy link
Author

Bump?

@ghost
Copy link

ghost commented Nov 7, 2017

Bump?

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

Successfully merging this pull request may close these issues.

1 participant