mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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>
|
||||
{#if isSizeConstrained}
|
||||
{#if isSizeConstrained && !shrinkingDisabled}
|
||||
<span>{`(${tr.editingDoubleClickToExpand()})`}</span>
|
||||
{:else}
|
||||
<span>{actualWidth}×{actualHeight}</span>
|
||||
|
|
Loading…
Reference in a new issue