wxButton 中的多行标签对齐

发布于 2024-12-09 22:46:31 字数 297 浏览 0 评论 0原文

当我将多行标签分配给 wxButton 时,在 MS Windows 上我得到以下结果:

|    xxxxxxxx    |
|      yyyy      |

但在 Linux 上,相同的代码会导致:

|    xxxxxxxx    |
|    yyyy        |

我希望在 Linux 上也有 MS Windows 行为。

对我来说,用空格字符填充文本并不是解决方案。

我该如何解决这个问题?

When I assign a multiline label to a wxButton, on MS Windows I get this result:

|    xxxxxxxx    |
|      yyyy      |

But on Linux, the same code results in:

|    xxxxxxxx    |
|    yyyy        |

I'd like to have the MS Windows behaviour on Linux too.

Filling the text with space characters is not a solution, for me.

How can I solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文