Surrealism-All / SurrealismUI

A third-party UI library using Slint, I think it will give you an extraordinary experience
https://surrealism-all.github.io/SurrealismUI.github.io/
MIT License
197 stars 19 forks source link

fix(SMenu): 修复了SMenu中STip中文会换行 #15

Closed ZhengLongBing closed 8 months ago

ZhengLongBing commented 8 months ago

修复前: 1703650709897-2023-12-27-12:18:30.png

修复后: 1703650697983-2023-12-27-12:18:18.png

syf20020816 commented 8 months ago

换行是被允许的

获取Outlook for Androidhttps://aka.ms/AAb9ysg


From: Longbing Zheng @.> Sent: Wednesday, December 27, 2023 12:26:47 PM To: Surrealism-All/SurrealismUI @.> Cc: Subscribed @.***> Subject: [Surrealism-All/SurrealismUI] fix(SMenu): 修复了SMenu中STip中文会换行 (PR #15)

修复前: [1703650709897-2023-12-27-12:18:30.png]https://camo.githubusercontent.com/33059b49f36ced4a49484766fbd8e5847cba1f1c97b8deb130b903a8f5a8e75e/68747470733a2f2f666173746c792e6a7364656c6976722e6e65742f67682f5a68656e674c6f6e6742696e672f696d61676573406d61696e2f70696374757265732f313730333635303730393839372d323032332d31322d32372d31323a31383a33302e706e67

修复后: [1703650697983-2023-12-27-12:18:18.png]https://camo.githubusercontent.com/3dcbac06ddb842b434fa547d571fe4676a38df5c7a604d96c82e483b78b0b942/68747470733a2f2f666173746c792e6a7364656c6976722e6e65742f67682f5a68656e674c6f6e6742696e672f696d61676573406d61696e2f70696374757265732f313730333635303639373938332d323032332d31322d32372d31323a31383a31382e706e67


You can view, comment on, or merge this pull request online at:

https://github.com/Surrealism-All/SurrealismUI/pull/15

Commit Summary

File Changes

(1 filehttps://github.com/Surrealism-All/SurrealismUI/pull/15/files)

Patch Links:

― Reply to this email directly, view it on GitHubhttps://github.com/Surrealism-All/SurrealismUI/pull/15, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AV7FXN6BF5QYYHVZ4D2WZ5LYLOPQPAVCNFSM6AAAAABBD46ZNSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TMOBZGY3DQNA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ZhengLongBing commented 8 months ago

没有添加

wrap: no-wrap;

是这样的情况: 1703654804949-2023-12-27-13:26:44.png

1703650709897-2023-12-27-12:18:30.png

输入中文会换行,而英文却不会。

ZhengLongBing commented 8 months ago

加入

wrap: no-wrap;

起码可以保证中英文统一不换行

syf20020816 commented 8 months ago

关于中文换行的主要原因是slint内对于中文的支持,对于英文的分词句子和中文不同,对于STip的换行方式还需要更深的控制,考虑在下个版本中进行处理

获取Outlook for Androidhttps://aka.ms/AAb9ysg


From: Longbing Zheng @.> Sent: Wednesday, December 27, 2023 1:31:11 PM To: Surrealism-All/SurrealismUI @.> Cc: @. @.>; Comment @.***> Subject: Re: [Surrealism-All/SurrealismUI] fix(SMenu): 修复了SMenu中STip中文会换行 (PR #15)

加入

wrap: no-wrap;

起码可以保证中英文统一不换行

― Reply to this email directly, view it on GitHubhttps://github.com/Surrealism-All/SurrealismUI/pull/15#issuecomment-1869963550, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AV7FXNYLOOHD2QXO436XR5TYLOXB7AVCNFSM6AAAAABBD46ZNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRZHE3DGNJVGA. You are receiving this because you commented.Message ID: @.***>

ZhengLongBing commented 8 months ago

好的