diff options
Diffstat (limited to '291/index.md')
-rw-r--r-- | 291/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/291/index.md b/291/index.md new file mode 100644 index 0000000..811c03f --- /dev/null +++ b/291/index.md @@ -0,0 +1,10 @@ +Title: Remove the 1 pixel line on the top when hiding the tabs +Author: rodarima +Created: Fri, 25 Oct 2024 17:39:29 +0000 +State: open + +It seems to be caused by resizing the tab bar to 1 pixel of height: + +https://github.com/dillo-browser/dillo/blob/6d5b3ee329b61adfa144c4f7f9d60bbe10e04071/src/uicmd.cc#L363-L366 + +Setting it to 0 doesn't work well.
\ No newline at end of file |