mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
fix for location hash in address bar
This commit is contained in:
parent
67fdfbb7f1
commit
ec6b6999a0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ AddressBarDialog::AddressBarDialog() :
|
|||
void AddressBarDialog::setupUI() {
|
||||
|
||||
const QString DIALOG_STYLESHEET = "font-family: Helvetica, Arial, sans-serif;";
|
||||
const QString ADDRESSBAR_PLACEHOLDER = "Go to: domain, @user, #location";
|
||||
const QString ADDRESSBAR_PLACEHOLDER = "Go to: domain, location, @user, /path";
|
||||
const QString ADDRESSBAR_STYLESHEET = "padding: 5px 10px; font-size: 20px;";
|
||||
|
||||
const int ADDRESSBAR_MIN_WIDTH = 200;
|
||||
|
|
Loading…
Reference in a new issue