search for: this_pad

Displaying 1 result from an estimated 1 matches for "this_pad".

Did you mean: thinkpad
2006 Dec 30
0
[811] trunk/wxsugar/lib/wx_sugar/layout.rb: Yield the sizer rather than the underlying parent to an ''arrange'' block
...;del>- yield(self) </del><ins>+ yield(a_sizer) </ins><span class="cx"> @current_sizer = superior_sizer </span><span class="cx"> proportion = layout[:proportion] || 0 </span><span class="cx"> this_padding = padding || 0 </span><span class="lines">@@ -113,7 +113,7 @@ </span><span class="cx"> end </span><span class="cx"> @padding = layout[:padding] if layout[:padding] </span><span class="cx"&gt...