Skip to content

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

@rodarima

Description

@rodarima

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    UXUser experienceenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions