Skip to content

Commit b065823

Browse files
scottgonzalezjzaefferer
authored andcommitted
All: Adjust demo frame sizes
Thanks @agcolom Fixes gh-241
1 parent 10d4479 commit b065823

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

entries/position.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</argument>
5555
</signature>
5656
<example>
57-
<height>300</height>
57+
<height>310</height>
5858
<desc>A simple jQuery UI Position example.</desc>
5959
<css><![CDATA[
6060
#targetElement {

entries/selectmenu.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ $( "#speed" ).selectmenu();
304304
]]></css>
305305
</example>
306306
<example>
307+
<height>270</height>
307308
<desc>A simple jQuery UI Selectmenu with optgroups</desc>
308309
<code><![CDATA[
309310
$( "#files" ).selectmenu();
@@ -327,6 +328,7 @@ $( "#files" ).selectmenu();
327328
]]></css>
328329
</example>
329330
<example>
331+
<height>270</height>
330332
<desc>A jQuery UI Selectmenu with overflow</desc>
331333
<code><![CDATA[
332334
$( "#number" )

entries/tooltip.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
</event>
148148
</events>
149149
<example>
150-
<height>80</height>
150+
<height>100</height>
151151
<desc>Create a tooltip on the document, using event delegation for all elements with a title attribute.</desc>
152152
<code><![CDATA[
153153
$( document ).tooltip();

pages/easings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212

1313
<p>The best way to understand how an easing will affect an animation is to see the equation graphed over time. See below for a graph of all animations available in jQuery UI.</p>
1414

15-
<iframe src="/resources/easing-graph.html" width="100%" height="600"></iframe>
15+
<iframe src="/resources/easing-graph.html" width="100%" height="960"></iframe>
1616
<iframe src="/resources/easing-comparison.html" width="100%" height="500"></iframe>

pages/theming/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
<p>The following is a full list of the icons provided:</p>
1818

19-
<iframe src="/resources/icons-list.html" width="100%" height="1000"></iframe>
19+
<iframe src="/resources/icons-list.html" width="100%" height="1650"></iframe>

0 commit comments

Comments
 (0)