microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.79k stars 748 forks source link

Text output window size #2436

Closed maksoy20999 closed 2 months ago

maksoy20999 commented 12 months ago

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What version of the Emulator are you using.

Describe the bug

Give a clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Give a clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

[bug] How can I adjust the text output size after the bot displays the results?

stevkan commented 2 months ago

Unfortunately, Emulator doesn't allow changing any rendering characteristics. The size of any the text in any displayed responses is a fixed size, with the exception of rendered adaptive cards.

If this is still an issue to you and it is important, you have a few alternatives. One, you could clone and build the project locally so you can make any desired changes. Two, you could use BotFramework-WebChat as your client which would allow you to adjust the HTML. This latter option provides a similar experience to Emulator since Emulator relies on Web Chat, internally, for the client.