Sha256: ccea70d0c1c3918b9a7268f6b25dfc1fbbbff29448b9ec212d3fc6a0267f1847

Contents?: true

Size: 374 Bytes

Versions: 43

Compression:

Stored size: 374 Bytes

Contents

@foot_text_block_line_color = @color_circle_color
@foot_text_block_line_length_ratio = 0.8

match("**", FootTextBlock) do
  name = "foot-text-block-indent"
  indent = canvas.width * 0.1

  delete_pre_draw_proc_by_name(name)
  add_pre_draw_proc(name) do |block, canvas, x, y, w, h, simulation|
    [x + indent, y, w - indent, h]
  end
end

include_theme("default-foot-text")

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
rabbit-0.6.4 lib/rabbit/theme/color-circle-foot-text/color-circle-foot-text.rb
rabbit-0.6.3 lib/rabbit/theme/color-circle-foot-text/color-circle-foot-text.rb
rabbit-0.6.2 lib/rabbit/theme/color-circle-foot-text/color-circle-foot-text.rb