mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-01 04:49:11 -06:00
Clarify font sizing description.
This commit is contained in:
parent
80f1c2e7ac
commit
0f99c3b60c
@ -201,8 +201,8 @@ class BrowserModule(PgAdminModule):
|
||||
category_label=gettext('Display'),
|
||||
help_str=gettext('The font size to use for the SQL text boxes and editors. '
|
||||
'The value specified is in "em" units, in which 1 is the default relative font size. '
|
||||
'For example, to increase the font size by 20% use a value of 1.2. '
|
||||
'Minimum 0.1, maximum 10.')
|
||||
'For example, to increase the font size by 20% use a value of 1.2, or to reduce by 20%, '
|
||||
'use a value of 0.8. Minimum 0.1, maximum 10.')
|
||||
)
|
||||
|
||||
blueprint = BrowserModule(MODULE_NAME, __name__)
|
||||
|
Loading…
Reference in New Issue
Block a user