mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Removed explicit setting of font size to 8pt from previous commit.
- mistake ...
This commit is contained in:
parent
8429f84879
commit
179d173bcf
|
@ -168,9 +168,6 @@ void LocationCompleterDelegate::drawHighlightedTextLine(const QRect &rect, QStri
|
|||
QFont boldFont = normalFont;
|
||||
boldFont.setBold(true);
|
||||
|
||||
normalFont.setPointSize(8);
|
||||
boldFont.setPointSize(8);
|
||||
|
||||
QFontMetrics normalMetrics(normalFont);
|
||||
QFontMetrics boldMetrics(boldFont);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user