Skip to content

Commit 250f745

Browse files
committed
Major Fixes before 2.0-rc3 release
1 parent 7eb8889 commit 250f745

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/main/java/gwt/material/design/demo/client/application/addins/datatable/table/StandardTable.ui.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626

2727
<g:HTMLPanel>
2828
<m:MaterialRow>
29-
<m:MaterialColumn grid="s3" marginTop="28">
29+
<m:MaterialColumn grid="s12 l3" marginTop="28">
3030
<m:MaterialCheckBox ui:field="cbCategories" type="FILLED" value="true" text="With Categories"/>
3131
</m:MaterialColumn>
32-
<m:MaterialColumn grid="s3" marginTop="28">
32+
<m:MaterialColumn grid="s12 l3" marginTop="28">
3333
<m:MaterialCheckBox ui:field="cbStickyHeader" type="FILLED" value="true" text="With Sticky Header"/>
3434
</m:MaterialColumn>
35-
<m:MaterialColumn grid="s3" marginTop="28">
35+
<m:MaterialColumn grid="s12 l3" marginTop="28">
3636
<m:MaterialCheckBox ui:field="cbRowExpansion" type="FILLED" value="true" text="With Row Expansion"/>
3737
</m:MaterialColumn>
38-
<ma:combobox.MaterialComboBox grid="s3" ui:field="listSelectionType" hideSearch="false" label="Selection Type">
38+
<ma:combobox.MaterialComboBox grid="s12 l3" ui:field="listSelectionType" hideSearch="false" label="Selection Type">
3939
<m:html.Option text="NONE" />
4040
<m:html.Option text="SINGLE" />
4141
<m:html.Option text="MULTIPLE" />

src/main/java/gwt/material/design/demo/client/application/components/navbar/NavBarView.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
&emsp;&lt;m:MaterialNavBar><br/>
133133
&emsp;&emsp;&lt;-- Navbar content goes here --><br/>
134134
&emsp;&lt;/m:MaterialHeader><br/>
135-
&lt;/m:MaterialHeader><br/>
135+
&lt;/m:MaterialNavBar><br/>
136136
</demo:PrettyPre>
137137
</m:MaterialRow>
138138
</g:HTMLPanel>

src/main/java/gwt/material/design/demo/client/application/components/search/SearchView.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</m:MaterialRow>
9494

9595
<m:MaterialRow addStyleNames="code">
96-
<m:MaterialTitle title="Populating data" description="Take note that we are using Search Object by defaul to handle the search results. You can also create an object and extend it to Search Object so that you can add your custom attribute e.g Hero." />
96+
<m:MaterialTitle title="Populating data" description="Take note that we are using Search Object by default to handle the search results. You can also create an object and extend it to Search Object so that you can add your custom attribute e.g Hero." />
9797
<demo:PrettyPre addStyleNames="lang-java">
9898
&emsp;// Populate the search keyword into search component<br/>
9999
List&lt;SearchObject> objects = new ArrayList&lt;>();<br/>

0 commit comments

Comments
 (0)