diff options
Diffstat (limited to 'src/browsertab.cpp')
| -rw-r--r-- | src/browsertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index dcc3219..60c3f40 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -1177,7 +1177,7 @@ void BrowserTab::updateUrlBarStyle() // placeholder text colour for this). // The rest of the text is in default theme foreground colour. QTextCharFormat f; - f.setForeground(mainWindow->palette().color(QPalette::PlaceholderText)); + f.setForeground(mainWindow->palette().color(QPalette::Mid)); // Create format range for left-side of URL QTextLayout::FormatRange fr_left; |
