diff options
author | Havoc Pennington <hp@redhat.com> | 2002-08-15 22:09:27 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-08-15 22:09:27 +0000 |
commit | d86c90a162cd6da1e897a28dcb0be27440ae878f (patch) | |
tree | a103d6e33073f9cc915bfd4e004c24b89ec933c0 | |
parent | 9ed1636ffe3160ea89935266e64e3506bdba69c0 (diff) | |
download | metacity-d86c90a162cd6da1e897a28dcb0be27440ae878f.tar.gz metacity-d86c90a162cd6da1e897a28dcb0be27440ae878f.tar.bz2 |
default to "Sans Bold 10" for the titlebar font.
2002-08-15 Havoc Pennington <hp@redhat.com>
* src/metacity.schemas.in: default to "Sans Bold 10" for the
titlebar font.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/metacity.schemas.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-08-15 Havoc Pennington <hp@redhat.com> + + * src/metacity.schemas.in: default to "Sans Bold 10" for the + titlebar font. + 2002-08-15 Havoc Pennington <hp@pobox.com> * src/window.c (recalc_window_features): leave has_fullscreen_func diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 9031733..980e7ba 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -89,7 +89,7 @@ <applyto>/apps/metacity/general/titlebar_font</applyto> <owner>metacity</owner> <type>string</type> - <!-- no default is deliberate - we want to be unset by default --> + <default>Sans Bold 10</default> <locale name="C"> <short>Window title font</short> <long> |