/indra/newview/skins/default/xui/en/favorites_bar_button.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 27 lines · 25 code · 0 blank · 2 comment · 0 complexity · 0e160b8586646a7d06c4a1fbff568fc0 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- *NOTE: mantipov: top & height should be synchronized with <favorites_bar> in the panel_navigation_bar.xml-->
  3. <!-- All buttons in the Favorites bar will be created from this one -->
  4. <button
  5. follows="left|bottom"
  6. halign="center"
  7. height="15"
  8. image_disabled="transparent.j2c"
  9. image_disabled_selected="transparent.j2c"
  10. image_selected="transparent.j2c"
  11. image_unselected="transparent.j2c"
  12. image_pressed="Favorite_Link_Over"
  13. image_hover_selected="Favorite_Link_Over"
  14. image_hover_unselected="Favorite_Link_Over"
  15. hover_glow_amount="0.15"
  16. label_shadow="false"
  17. layout="topleft"
  18. left="0"
  19. name="favorites_bar_btn"
  20. pad_bottom="1"
  21. pad_left="11"
  22. pad_right="9"
  23. scale_image="true"
  24. tab_stop="false"
  25. bottom="0"
  26. use_ellipses="true"
  27. width="140" />