This website works better with JavaScript
首頁
探索
說明
登入
txlyre
/
tachiyomi
關注
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
瀏覽代碼
Set `softWrap` to true again for `Pill` text (
#8391
)
AntsyLich
2 年之前
父節點
1a25cea0d6
當前提交
8b0affe9bd
共有
1 個文件被更改
,包括
0 次插入
和
1 次删除
分割檢視
顯示文件統計
0
1
app/src/main/java/eu/kanade/presentation/components/Pill.kt
+ 0
- 1
app/src/main/java/eu/kanade/presentation/components/Pill.kt
查看文件
@@ -42,7 +42,6 @@ fun Pill(
text = text,
fontSize = fontSize,
maxLines = 1,
- softWrap = false,
)
}
}