diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /291 |
Diffstat (limited to '291')
-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 |