Increase size of UI Slider (Widget)

Potentially noob question. Sorry!

How do you increase the size of the UI Slider, in particular the height? When implemented with default settings, its really hard to move the slider physically,

Thanks [import]uid: 34103 topic_id: 16018 reply_id: 316018[/import]

Assuming you are using the new widget implementation (via require “widget”):

Unfortunately right now there’s no way to increase the height, only the width (simply set the .width property).

We’re working on ways to improve many of our widgets, stay tuned. [import]uid: 52430 topic_id: 16018 reply_id: 59415[/import]

Thanks for the response! Is it possible to increase the scale of the widget. I currently am using this widget with a 764x1028 dimension app and the slider is half the size of the slider in the demo app under sample code.

My content node of my config.lua file looks like this:

content =
{
width = 768,
height = 1024,
scale = “zoomEven”,

imageSuffix = {
["@2x"] = 2,
}
} [import]uid: 34103 topic_id: 16018 reply_id: 59436[/import]