Skip to content

Commit e27c997

Browse files
committed
Updated pushpin description for better clarity
1 parent cda09a8 commit e27c997

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/gwt/material/design/demo/client/application/components/pushpin

1 file changed

+1
-1
lines changed

src/main/java/gwt/material/design/demo/client/application/components/pushpin/PushPinView.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
xmlns:demo="urn:import:gwt.material.design.demo.client.ui">
2525
<g:HTMLPanel>
2626
<m:MaterialRow addStyleNames="code" height="1000px">
27-
<m:MaterialTitle title="Usage" description="You just need to set the reference between your source and target offset element. To do this you will need to call MaterialPushPin.apply(Widget source, Widget target) inside onAttach method."/>
27+
<m:MaterialTitle title="Basic" description="A pushpinned element has 3 states. One above (TOP) and below (BELOW) the scrolling threshold, and the pinned state where the element becomes fixed (OFFSET)."/>
2828
<m:MaterialRow>
2929
<m:MaterialPanel ui:field="source" grid="s12 m12 l12" paddingTop="50" shadow="1" height="200px" width="200px">
3030
<m:MaterialLabel textColor="WHITE" text="Pinned Options top at 300, offset at 64 (navbar's height)" />

0 commit comments

Comments
 (0)