wxButton 中的多行标签对齐
当我将多行标签分配给 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论