Changes between Version 24 and Version 25 of AUTHOR_APP_TUNING
- Timestamp:
- 07/30/09 16:56:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_APP_TUNING
v24 v25 334 334 <!-- ================================= --> 335 335 <style id="InternalFrameStyle"> 336 <insets top="3" left="3" bottom="3" right="3" /> 336 337 <imageIcon id="InternalFrameIcon" path="resources/btn_window_settings.png" 337 sourceInsets=" 0 0 0 0" />338 sourceInsets="2 2 2 2" /> 338 339 <property key="InternalFrame.icon" type="idref" value="InternalFrameIcon" /> 339 340 <state> 340 <imagePainter method="InternalFrameBackground" path="resources/app_bg.png" 341 sourceInsets="0 0 0 0" /> 342 </state> 343 341 <imagePainter method="InternalFrameBackground" path="resources/internal_frame_border.png" 342 sourceInsets="5 5 5 5" /> 343 <imagePainter method="internalFrameBorder" 344 path="resources/internal_frame_border.png" sourceInsets="0 0 0 0" /> 345 </state> 344 346 </style> 345 347 <bind style="InternalFrameStyle" type="region" key="InternalFrame" /> … … 823 825 824 826 * Spinner 827 {{{ 828 <!-- ================================= --> 829 <!-- SPINNER --> 830 <!-- ================================= --> 831 <style id="SpinnerStyle"> 832 <state> 833 <imagePainter method="SpinnerBackground" path="resources/text_bg.png" 834 sourceInsets="0 0 0 0" /> 835 </state> 836 <state value="DISABLED"> 837 <imagePainter method="SpinnerBackground" path="resources/panel_bg.png" 838 sourceInsets="0 0 0 0" /> 839 </state> 840 </style> 841 <bind style="SpinnerStyle" type="region" key="Spinner" /> 842 }}} 825 843 826 844 * ComboBox.listRenderer