diff options
Diffstat (limited to 'documentation/layout/layout-splitpanel.asciidoc')
-rw-r--r-- | documentation/layout/layout-splitpanel.asciidoc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/layout/layout-splitpanel.asciidoc b/documentation/layout/layout-splitpanel.asciidoc index 73b953945f..b8b225b8ac 100644 --- a/documentation/layout/layout-splitpanel.asciidoc +++ b/documentation/layout/layout-splitpanel.asciidoc @@ -59,7 +59,7 @@ which can have scroll bars in both directions. [[figure.splitpanel.basic]] .[classname]#HorizontalSplitPanel# and [classname]#VerticalSplitPanel# -image::img/splitpanel-example1.png[] +image::img/splitpanel-example1.png[width=60%, scaledwidth=80%] You can set the split position with [methodname]#setSplitPosition()#. It accepts any units defined in the [classname]#Sizeable# interface, with percentual size @@ -100,7 +100,7 @@ illustrated in <<figure.component.splitpanel.splitposition>>. [[figure.component.splitpanel.splitposition]] .A Layout With Nested SplitPanels -image::img/splitpanel-splitposition.png[] +image::img/splitpanel-splitposition.png[width=50%, scaledwidth=70%] Notice that the size of a split panel must not be undefined in the split direction. @@ -134,5 +134,3 @@ depending on whether its position is locked or not. (((range="endofrange", startref="term.layout.splitpanel.horizontal"))) (((range="endofrange", startref="term.layout.splitpanel.vertical"))) - - |