Advertisement
Guest User

NEW CODE

a guest
Apr 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.59 KB | None | 0 0
  1.         img_frame = FXHorizontalFrame.new(mainframe, LAYOUT_FILL_X,
  2.                     :padLeft => 0, :padRight => 0, :padTop => 0, :padBottom => 0, :hSpacing => 0)
  3.         imgspc1 = FXFrame.new(img_frame, LAYOUT_FILL,
  4.                     :padLeft => 0, :padRight => 0, :padTop => 0, :padBottom => 0)
  5.         image = FXImageFrame.new(img_frame, @logo, LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 195, :height => 195,
  6.                     :padLeft => 0, :padRight => 0, :padTop => 0, :padBottom => 0)
  7.         imgspc2 = FXFrame.new(img_frame, LAYOUT_FILL,
  8.                     :padLeft => 0, :padRight => 0, :padTop => 0, :padBottom => 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement