Ticket #1233 (new defect)

Opened 12 years ago

Last modified 11 years ago

Resize grips in Metacity on Precise are 1px

Reported by: jdreed Owned by:
Priority: normal Milestone: Current Semester
Component: -- Keywords:
Cc: Fixed in version:
Upstream bug:  LP:160311

Description

Upstream appears not to care. We should just divert the Ambiance theme's XML and change them to 3px, which greatly improves this (see the first comment in the upstream bug).

#354 notwithstanding.

Change History

comment:1 Changed 11 years ago by jdreed

I'd like to use this as a test package for either the hackathon or Debathena training, so now would be a good time to bikeshed about whether to change the borders to 2px or 3px. I chose 3. Relevant changes that need to be made:

--- /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml~	2012-02-29 16:43:33.000000000 -0500
+++ /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml	2013-01-16 10:41:13.919583008 -0500
@@ -11,9 +11,9 @@
 
 <!-- general window layout -->
 <frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false">
-  <distance name="left_width" value="1"/>
-  <distance name="right_width" value="1"/>
-  <distance name="bottom_height" value="1"/>
+  <distance name="left_width" value="3"/>
+  <distance name="right_width" value="3"/>
+  <distance name="bottom_height" value="3"/>
   <distance name="left_titlebar_edge" value="10"/>
   <distance name="right_titlebar_edge" value="10"/>
   <distance name="button_width" value="18"/>
Note: See TracTickets for help on using tickets.