Changes between Version 24 and Version 25 of AUTHOR_APP_TUNING


Ignore:
Timestamp:
07/30/09 16:56:00 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AUTHOR_APP_TUNING

    v24 v25  
    334334        <!-- ================================= --> 
    335335        <style id="InternalFrameStyle"> 
     336                <insets top="3" left="3" bottom="3" right="3" /> 
    336337                <imageIcon id="InternalFrameIcon" path="resources/btn_window_settings.png" 
    337                         sourceInsets="0 0 0 0" /> 
     338                        sourceInsets="2 2 2 2" /> 
    338339                <property key="InternalFrame.icon" type="idref" value="InternalFrameIcon" /> 
    339340                <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> 
    344346        </style> 
    345347        <bind style="InternalFrameStyle" type="region" key="InternalFrame" /> 
     
    823825 
    824826 * 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}}} 
    825843 
    826844 * ComboBox.listRenderer