Skip to content

Commit 763be45

Browse files
committed
Fixed - Split Panel fill when close to the edge #507
1 parent 720cc21 commit 763be45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/gwt/material/design/demo/client/application/addins/splitpanel/SplitPanelView.ui.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
xmlns:ma="urn:import:gwt.material.design.addins.client"<br/><br/>
3131
&lt;!-- Addin Usage --><br/>
3232
&lt;ma:splitpanel.MaterialSplitPanel height="500px"><br/>
33-
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_2"><br/>
33+
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_2"><br/>
3434
&emsp;&emsp;&lt;m:MaterialTitle textAlign="CENTER" title="Left Zone" description="Content must be added here"/><br/>
3535
&emsp;&lt;/m:MaterialPanel><br/>
36-
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_3"><br/>
36+
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_3"><br/>
3737
&emsp;&emsp;&lt;m:MaterialTitle textAlign="CENTER" title="Right Zone" description="Content must be added here"/><br/>
3838
&emsp;&lt;/m:MaterialPanel><br/>
3939
&lt;/ma:splitpanel.MaterialSplitPanel><br/>
@@ -43,19 +43,19 @@
4343
<m:MaterialRow addStyleNames="code">
4444
<m:MaterialTitle title="Introduction" description="Using MaterialSplitPanel you must require to wrap two columns inside for the splitting feature." />
4545
<ma:splitpanel.MaterialSplitPanel height="500px">
46-
<m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_2">
46+
<m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_2">
4747
<m:MaterialTitle textAlign="CENTER" title="Left Zone" description="Content must be added here"/>
4848
</m:MaterialPanel>
49-
<m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_3">
49+
<m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_3">
5050
<m:MaterialTitle textAlign="CENTER" title="Right Zone" description="Content must be added here"/>
5151
</m:MaterialPanel>
5252
</ma:splitpanel.MaterialSplitPanel>
5353
<demo:PrettyPre addStyleNames="lang-xml">
5454
&emsp;&lt;m.addins:MaterialSplitPanel backgroundColor="BLACK" height="500px"><br/>
55-
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_2"><br/>
55+
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_2"><br/>
5656
&emsp;&emsp;&lt;m:MaterialTitle textAlign="CENTER" title="Left Zone" description="Content must be added here"/><br/>
5757
&emsp;&lt;/m:MaterialPanel><br/>
58-
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_3"><br/>
58+
&emsp;&lt;m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_3"><br/>
5959
&emsp;&emsp;&lt;m:MaterialTitle textAlign="CENTER" title="Right Zone" description="Content must be added here"/><br/>
6060
&emsp;&lt;/m:MaterialPanel><br/>
6161
&lt;/m.addins:MaterialSplitPanel><br/>

0 commit comments

Comments
 (0)