Skip to content

Commit 0ccf5f0

Browse files
committed
Fixed the inconsistent images for sidenav type fixed variations.
1 parent 75229bf commit 0ccf5f0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/main/java/gwt/material/design/demo/client/application/components/sidenavs/SideNavsView.ui.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<!-- FIXED type Variations -->
8080
<m:MaterialTitle title="Fixed Type Variations" description="Fixed type can be displayed floating or clip. We let users to have control on it's design." />
8181
<m:MaterialTitle title="Variation 1 : Floating" />
82-
<m:MaterialImage url="http://i.imgur.com/hKKN3Fy.png" />
82+
<m:MaterialImage url="http://i.imgur.com/fhOn7h4.png" />
8383
<demo:PrettyPre addStyleNames="lang-xml z-depth-1">
8484
&lt;!-- Variation No. 1 - Floating Fixed. --> <br/>
8585
&lt;m:MaterialSideNav m:id="sidenav" type="FIXED" alwaysShowActivator="true" showOnAttach="true" backgroundColor="grey lighten-4" top="68" shadow="0"><br/>
@@ -88,7 +88,7 @@
8888
</demo:PrettyPre>
8989

9090
<m:MaterialTitle title="Variation 2 : Clip" />
91-
<m:MaterialImage url="http://i.imgur.com/fhOn7h4.png" />
91+
<m:MaterialImage url="http://i.imgur.com/hKKN3Fy.png" />
9292
<demo:PrettyPre addStyleNames="lang-xml z-depth-1">
9393
&lt;!-- Variation No. 2 - Clip Fixed --><br/>
9494
&lt;m:MaterialSideNav m:id="sidenav" type="FIXED" alwaysShowActivator="true" showOnAttach="true" backgroundColor="white" top="64" shadow="0"><br/>

0 commit comments

Comments
 (0)