summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <[email protected]>2018-07-13 10:52:52 +0200
committerraveit65 <[email protected]>2018-07-13 11:32:43 +0200
commit32e697e0f233878239a275725c73e4ace583e837 (patch)
treee5585b6967ff21fde6afcf5a531dabc9aa7ff800
parent7621a98dccb670bddf9665ad23149ef4257006c1 (diff)
downloadmate-themes-32e697e0f233878239a275725c73e4ace583e837.tar.bz2
mate-themes-32e697e0f233878239a275725c73e4ace583e837.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>