mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Set title_scale to 1.0.
2002-02-11 Anders Carlsson <andersca@gnu.org> * src/theme.c (meta_frame_layout_new): Set title_scale to 1.0.
This commit is contained in:
parent
a2d4594e19
commit
a9b7683110
@ -1,7 +1,6 @@
|
||||
2002-02-11 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* src/theme-parser.c (parse_toplevel_element): Always set
|
||||
title_scale_val.
|
||||
* src/theme.c (meta_frame_layout_new): Set title_scale to 1.0
|
||||
|
||||
2002-02-11 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
|
@ -776,7 +776,8 @@ parse_toplevel_element (GMarkupParseContext *context,
|
||||
if (has_title) /* only if explicit, otherwise inherit */
|
||||
info->layout->has_title = has_title_val;
|
||||
|
||||
info->layout->title_scale = title_scale_val;
|
||||
if (title_scale)
|
||||
info->layout->title_scale = title_scale_val;
|
||||
|
||||
meta_theme_insert_layout (info->theme, name, info->layout);
|
||||
|
||||
|
@ -334,6 +334,7 @@ meta_frame_layout_new (void)
|
||||
layout->button_height = -1;
|
||||
|
||||
layout->has_title = TRUE;
|
||||
layout->title_scale = 1.0;
|
||||
|
||||
init_border (&layout->button_border);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user