mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
address bar style fix
This commit is contained in:
parent
420326b212
commit
429ddd7115
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ 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_STYLESHEET = "padding: 10px; font-size: 20px;";
|
||||
const QString ADDRESSBAR_STYLESHEET = "padding: 5px 10px; font-size: 20px;";
|
||||
|
||||
const int ADDRESSBAR_MIN_WIDTH = 200;
|
||||
const int ADDRESSBAR_MAX_WIDTH = 615;
|
||||
|
|
Loading…
Reference in a new issue