Mathematica: Manipulator, AppreanceElements. How to set control to the right of the label, not below by default?




I hope someone knows how to do this. I looked and looked and unable to find
a way to do this.

Manipulator[Dynamic[c], {0.1, 2, 0.1}, AppearanceElements ->
{"StepRightButton"}, Appearance -> {"Labeled", "Open"}, ImageSize ->
Small]

I would like the 'StepRightButton' to show up to the RIGHT of the label. Now
it shows up below the slider.

Manipulator does not accept ControlPlacement.

thanks for any clues on this one.

Nasser


.