mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -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>
|
2002-02-11 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
* src/theme-parser.c (parse_toplevel_element): Always set
|
* src/theme.c (meta_frame_layout_new): Set title_scale to 1.0
|
||||||
title_scale_val.
|
|
||||||
|
|
||||||
2002-02-11 Bastien Nocera <hadess@hadess.net>
|
2002-02-11 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
@ -776,6 +776,7 @@ parse_toplevel_element (GMarkupParseContext *context,
|
|||||||
if (has_title) /* only if explicit, otherwise inherit */
|
if (has_title) /* only if explicit, otherwise inherit */
|
||||||
info->layout->has_title = has_title_val;
|
info->layout->has_title = has_title_val;
|
||||||
|
|
||||||
|
if (title_scale)
|
||||||
info->layout->title_scale = title_scale_val;
|
info->layout->title_scale = title_scale_val;
|
||||||
|
|
||||||
meta_theme_insert_layout (info->theme, name, info->layout);
|
meta_theme_insert_layout (info->theme, name, info->layout);
|
||||||
|
@ -334,6 +334,7 @@ meta_frame_layout_new (void)
|
|||||||
layout->button_height = -1;
|
layout->button_height = -1;
|
||||||
|
|
||||||
layout->has_title = TRUE;
|
layout->has_title = TRUE;
|
||||||
|
layout->title_scale = 1.0;
|
||||||
|
|
||||||
init_border (&layout->button_border);
|
init_border (&layout->button_border);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user