You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2017/12/14 23:16:31 UTC

svn commit: r1818222 - /pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/scroll_panes.bxml

Author: rwhitcomb
Date: Thu Dec 14 23:16:31 2017
New Revision: 1818222

URL: http://svn.apache.org/viewvc?rev=1818222&view=rev
Log:
PIVOT-1017: Update the navigation tutorial to use some of the
new RulerSkin styles.

Modified:
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/scroll_panes.bxml

Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/scroll_panes.bxml
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/scroll_panes.bxml?rev=1818222&r1=1818221&r2=1818222&view=diff
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/scroll_panes.bxml (original)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/navigation/scroll_panes.bxml Thu Dec 14 23:16:31 2017
@@ -25,11 +25,11 @@ limitations under the License.
                 tooltipText="Pemaquid Point Lighthouse, Bristol ME"/>
 
             <columnHeader>
-                <Ruler orientation="horizontal" styles="{markerSpacing:8, backgroundColor:'LightSteelBlue', flip:true, borders:'bottom'}"/>
+                <Ruler orientation="horizontal" styles="{markerSpacing:8, backgroundColor:'LightSteelBlue', flip:true, minorDivision:0, borders:'not_top'}"/>
             </columnHeader>
 
             <rowHeader>
-                <Ruler orientation="vertical" styles="{markerSpacing:8, backgroundColor:'LightSteelBlue', flip:true, borders:'right'}"/>
+                <Ruler orientation="vertical" styles="{markerSpacing:8, backgroundColor:'LightSteelBlue', flip:true, minorDivision:0, borders:'not_left'}"/>
             </rowHeader>
         </ScrollPane>
     </Border>