Advertisement
wanderingharry

Untitled

Jun 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!-- Title alignment -->
  2. <draw_ops name="title_focused">
  3. <title x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))"
  4. y="(0 `max` ((height - title_height) / 2)) + 1"
  5. color="C_title_focused" />
  6. </draw_ops>
  7.  
  8. <draw_ops name="title_unfocused">
  9. <title x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))"
  10. y="(0 `max` ((height - title_height) / 2)) + 1"
  11. color="C_title_unfocused" />
  12. </draw_ops>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement