Control

forum for discussing Control interface software

Register or log in - lost password?

Control » Interfaces

Changing the size of elements

(2 posts) (2 voices)
  • Started 1 year ago by mister k
  • Latest reply from admin

Tags:

  • best summer dresses
  • bridesmaid dress colors
  • christian louboutin flats sale
  • Greek Goddess Costumes
  • louboutin shoes
  • mens sexy halloween costumes
  • oninit
  • purple bridesmaids dresses
  • replica watches
  • summer dresses girls
  • ulysse nardin watches
  1. mister k
    Member

    Hey,

    I'm just working on an interface based on the newXY template. How would I go about changing the size of the 'touch' square (the element which I'm actually moving with my finger)?

    Posted 1 year ago #
  2. admin
    Key Master

    Hmmm, try putting the following line within the oninit method of the MultiTouchXY widget:

    $(".touch").css( { 'height': '30px', 'width': '30px' } );

    ... and change the 30 to whatever value you want. - Charlie

    Posted 1 year ago #

RSS feed for this topic

Control is proudly powered by bbPress.