mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
don't show "double click to expand" when it's not possible (#4030)
This commit is contained in:
parent
420cd237df
commit
16c5eaf00a
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<HandleLabel>
|
<HandleLabel>
|
||||||
{#if isSizeConstrained}
|
{#if isSizeConstrained && !shrinkingDisabled}
|
||||||
<span>{`(${tr.editingDoubleClickToExpand()})`}</span>
|
<span>{`(${tr.editingDoubleClickToExpand()})`}</span>
|
||||||
{:else}
|
{:else}
|
||||||
<span>{actualWidth}×{actualHeight}</span>
|
<span>{actualWidth}×{actualHeight}</span>
|
||||||
|
|
Loading…
Reference in a new issue