How to change the "Input Dialog" font size

Hello,
is there a way to change the “Input Dialog” font size? The default font size is not ergonomic (too small).
Thank you for your feedback!

Hello!

I have not sure but I think that is not possible.

Lets wait for someone else say something about :smiley:

Regards!

Probably if you can add the property to the Xaml? Not sure if it works, most likely it is not allowed.

<sap2010:ViewStateData Id="InvokeMethod_1"  Font="20" sap:VirtualizedContainerService.HintSize="218,132">
        <sap:WorkflowViewStateService.ViewState>
          <scg:Dictionary x:TypeArguments="x:String, x:Object">
            <x:Boolean x:Key="IsExpanded">True</x:Boolean>
          </scg:Dictionary>
        </sap:WorkflowViewStateService.ViewState>
      </sap2010:ViewStateData>

Hello, thanks for the feedback! I tried to insert Font = “20” or also FontSize = “20” into the XAML. However, the ViewStateData class does not support a corresponding variable.