Advertisement
Guest User

BobDmV

a guest
Jan 4th, 2011
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.60 KB | None | 0 0
  1. <!-- ::: GEOMETRY ::: -->
  2. <frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false">
  3.     <distance name="left_width" value="0"/>
  4.     <distance name="right_width" value="0"/>
  5.     <distance name="bottom_height" value="0"/>
  6.     <distance name="left_titlebar_edge" value="6"/>
  7.     <distance name="right_titlebar_edge" value="6"/>
  8.     <aspect_ratio name="button" value="1.0"/>
  9.     <distance name="title_vertical_pad" value="0"/>
  10.     <border name="title_border" left="2" right="2" top="5" bottom="2"/>
  11.     <border name="button_border" left="1" right="1" top="3" bottom="0"/>
  12. </frame_geometry>
  13.  
  14.  
  15. <!-- ::: CORNERS OUTLINE::: -->
  16. <draw_ops name="corners_outline">
  17.  
  18.     <!-- top left White -->
  19.     <line color="shade/gtk:bg[NORMAL]/1.12" x1="4" y1="2" x2="4" y2="2"/>
  20.     <line color="shade/gtk:bg[NORMAL]/1.14" x1="3" y1="2" x2="3" y2="2"/>
  21.     <line color="shade/gtk:bg[NORMAL]/1.10" x1="2" y1="3" x2="2" y2="3"/>
  22.     <line color="shade/gtk:bg[NORMAL]/1.08" x1="2" y1="4" x2="2" y2="4"/>
  23.  
  24.     <!-- top right White -->
  25.     <line color="shade/gtk:bg[NORMAL]/1.12" x1="width-5" y1="2" x2="width-5" y2="2"/>
  26.     <line color="shade/gtk:bg[NORMAL]/1.14" x1="width-4" y1="2" x2="width-4" y2="2"/>
  27.     <line color="shade/gtk:bg[NORMAL]/1.10" x1="width-3" y1="3" x2="width-3" y2="3"/>
  28.     <line color="shade/gtk:bg[NORMAL]/1.08" x1="width-3" y1="4" x2="width-3" y2="4"/>
  29.  
  30. </draw_ops>
  31.  
  32.  
  33. <!-- ::: BORDER OUTLINE ::: -->
  34. <draw_ops name="border">
  35.     <line color="gtk:bg[NORMAL]" x1="0" y1="0" x2="width" y2="0"/>
  36.     <line color="shade/gtk:bg[NORMAL]/1.18" x1="5" y1="1" x2="width-5" y2="1"/>
  37. </draw_ops>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement