Text on tabs Overflow Ellipsis (#10095)
* Update TabbedDialog to TabbedScreen * clean (cherry picked from commit b3d7c9247530c0522033b4a9130d252bcbf50163) # Conflicts: # presentation-core/src/main/java/tachiyomi/presentation/core/components/material/Tabs.kt
This commit is contained in:
-2
@@ -65,10 +65,8 @@ fun TabText(text: String, badgeCount: Int? = null) {
|
||||
) {
|
||||
Text(
|
||||
text = text,
|
||||
// SY -->
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
// SY <--
|
||||
)
|
||||
if (badgeCount != null) {
|
||||
Pill(
|
||||
|
||||
Reference in New Issue
Block a user