2512: Allow more than 5 tabs (#4051)
Fixes #2512  Can add an arbitrary number of tabs. Graphical behavior is unchanged for small numbers: the whole space if filled with the tabs - they are enlarged if needed. If there are more the mode switches to "scrollable". This does not, however, look very differently (see screenshot with the current tab scrolled out). --------- Co-authored-by: Konrad Pozniak <connyduck@users.noreply.github.com>
This commit is contained in:
parent
1f8bf728db
commit
81a04c8977
5 changed files with 46 additions and 27 deletions
|
|
@ -559,10 +559,6 @@
|
|||
<string name="conversation_1_recipients">%1$s</string>
|
||||
<string name="conversation_2_recipients">%1$s and %2$s</string>
|
||||
<string name="conversation_more_recipients">%1$s, %2$s and %3$d more</string>
|
||||
<plurals name="max_tab_number_reached">
|
||||
<item quantity="one">maximum of %1$d tab reached</item>
|
||||
<item quantity="other">maximum of %1$d tabs reached</item>
|
||||
</plurals>
|
||||
|
||||
<string name="description_post_media">
|
||||
Media: %s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue