diff options
Diffstat (limited to 'src/bin/pgaccess/lib/preferences.tcl')
-rw-r--r-- | src/bin/pgaccess/lib/preferences.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/preferences.tcl b/src/bin/pgaccess/lib/preferences.tcl index be63f8d302d..c593013e88b 100644 --- a/src/bin/pgaccess/lib/preferences.tcl +++ b/src/bin/pgaccess/lib/preferences.tcl @@ -104,6 +104,7 @@ global PgAcVar } option add *Entry.background #fefefe option add *Entry.foreground #000000 + option add *Entry.Font $PgAcVar(pref,font_normal) option add *Button.BorderWidth 1 } |