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

Remove the 1 pixel line on the top when hiding the tabs #291

Open
rodarima opened this issue Oct 25, 2024 · 0 comments
Open

Remove the 1 pixel line on the top when hiding the tabs #291

rodarima opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New feature or request UX User experience

Comments

@rodarima
Copy link
Member

It seems to be caused by resizing the tab bar to 1 pixel of height:

dillo/src/uicmd.cc

Lines 363 to 366 in 6d5b3ee

if (num_tabs() == 1) {
// hide tabbar
ctab_h = 1;
CloseBtn->hide();

Setting it to 0 doesn't work well.

@rodarima rodarima added enhancement New feature or request UX User experience labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UX User experience
Projects
None yet
Development

No branches or pull requests

1 participant