Re: URL field / Loading page images / Refreshing DNS cache: Correction
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
John wrote: > I meant what is actually called the "location box," and on comparing > the code for 3.0.5 to the snapshot of a few days ago, I see that there > has been no change in the section of make_panel() in ui.cc that sets > the values of bh, lh, etc. The change that has caused the problem is > the addition of line 466 of ui.cc: > > i->textsize((int) rint(14.0 * prefs.font_factor)); > > But the height of the CustInput i is still set to lh, which does not > take into account prefs.font_factor. My recollection is that I increased the size of the text because I had gotten a computer with higher dpi, but I didn't want to mess with the sizes of the boxes because that's Jorge's.