Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public Opi_activeUpdownButtonClass(Context con, Edm_activeUpdownButtonClass r) {
setTypeId(typeId);
setName(name);
setVersion(version);
// When converting an updown button into a spinner, the readback part of the spinner
// is generally not required. This width makes the widget show only the buttons.
new OpiInt(widgetContext, "width", 22);
if(r.getControlPv()!=null)
new OpiString(widgetContext, "pv_name", convertPVName(r.getControlPv()));
if(r.getCoarseValue()!=0)
Expand Down