Opened 4 years ago
Closed 4 years ago
#16721 closed bug (fixed)
StyledEdit's text view border top/left off by 1
Reported by: | humdinger | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | Applications/StyledEdit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev54839.
The text view of StyledEdit has to move one pixel up and to the left. Currently is looks like a 2 pixel-border at top/left:
This is with Noto Sans Display, font size 11, if that matters.
Attachments (1)
Change History (8)
by , 4 years ago
Attachment: | stylededit-border.png added |
---|
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Problem code: https://git.haiku-os.org/haiku/tree/src/apps/stylededit/StyledEditWindow.cpp#n1331
Should be: layout->SetInsets(-1);
.
comment:3 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|
Moving to beta3 milestone because it's a regression
comment:4 by , 4 years ago
Should be: layout->SetInsets(-1);.
I tried that. It got rid of the double-border at the left, but not the top.
Note:
See TracTickets
for help on using tickets.
Fat border