summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <[email protected]>2018-07-13 10:52:52 +0200
committerraveit65 <[email protected]>2018-07-13 11:24:56 +0200
commit64787a4551d7af1829fb1d1a92a4ba885a759d36 (patch)
tree9d4d89b986fde926ec9dd856116dc3256101652b
parent8c49f552749d3532efc376006f4ec70801cf0d0d (diff)
downloadmate-themes-64787a4551d7af1829fb1d1a92a4ba885a759d36.tar.bz2
mate-themes-64787a4551d7af1829fb1d1a92a4ba885a759d36.tar.xz
highcontrast: Use normal titlebar size for utility windows
The xx-small scale makes title bars really small and harder to read, which is not really the goal of high contrast themes :)
-rw-r--r--desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml17
-rw-r--r--marco-themes/HighContrast/metacity-theme-1.xml17
2 files changed, 4 insertions, 30 deletions
diff --git a/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml b/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml
index 3cc1bb99..9d1f43b2 100644
--- a/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml
+++ b/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml
@@ -29,19 +29,6 @@
<distance name="right_titlebar_edge" value="0"/>
</frame_geometry>
-<frame_geometry name="utility" title_scale="xx-small">
- <distance name="left_width" value="3"/>
- <distance name="right_width" value="3"/>
- <distance name="bottom_height" value="4"/>
- <distance name="left_titlebar_edge" value="3"/>
- <distance name="right_titlebar_edge" value="3"/>
- <distance name="button_width" value="11"/>
- <distance name="button_height" value="11"/>
- <distance name="title_vertical_pad" value="1"/>
- <border name="title_border" left="3" right="4" top="3" bottom="3"/>
- <border name="button_border" left="0" right="0" top="1" bottom="1"/>
-</frame_geometry>
-
<frame_geometry name="border" has_title="false">
<distance name="left_width" value="4"/>
<distance name="right_width" value="4"/>
@@ -290,11 +277,11 @@
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
</frame_style>
-<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused">
+<frame_style name="utility_unfocused" geometry="normal" parent="normal_unfocused">
<piece position="title" draw_ops="title_utility"/>
</frame_style>
-<frame_style name="utility_focused" geometry="utility" parent="normal_focused">
+<frame_style name="utility_focused" geometry="normal" parent="normal_focused">
<piece position="title" draw_ops="title_utility_focused"/>
</frame_style>
diff --git a/marco-themes/HighContrast/metacity-theme-1.xml b/marco-themes/HighContrast/metacity-theme-1.xml
index d1a26cce..127def31 100644
--- a/marco-themes/HighContrast/metacity-theme-1.xml
+++ b/marco-themes/HighContrast/metacity-theme-1.xml
@@ -29,19 +29,6 @@
<distance name="right_titlebar_edge" value="0"/>
</frame_geometry>
-<frame_geometry name="utility" title_scale="xx-small">
- <distance name="left_width" value="3"/>
- <distance name="right_width" value="3"/>
- <distance name="bottom_height" value="4"/>
- <distance name="left_titlebar_edge" value="3"/>
- <distance name="right_titlebar_edge" value="3"/>
- <distance name="button_width" value="11"/>
- <distance name="button_height" value="11"/>
- <distance name="title_vertical_pad" value="1"/>
- <border name="title_border" left="3" right="4" top="3" bottom="3"/>
- <border name="button_border" left="0" right="0" top="1" bottom="1"/>
-</frame_geometry>
-
<frame_geometry name="border" has_title="false">
<distance name="left_width" value="4"/>
<distance name="right_width" value="4"/>
@@ -305,11 +292,11 @@
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
</frame_style>
-<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused">
+<frame_style name="utility_unfocused" geometry="normal" parent="normal_unfocused">
<piece position="title" draw_ops="title_utility"/>
</frame_style>
-<frame_style name="utility_focused" geometry="utility" parent="normal_focused">
+<frame_style name="utility_focused" geometry="normal" parent="normal_focused">
<piece position="title" draw_ops="title_utility_focused"/>
</frame_style>