Method: MPButton#apply_padding!

Defined in:
motion-prime/support/mp_button.rb

#apply_padding!(rect) ⇒ Object



32
33
34
# File 'motion-prime/support/mp_button.rb', line 32

def apply_padding!(rect)
  self.setTitleEdgeInsets(padding_insets)
end