Skip to content

Commit

Permalink
TileView: Add double click info
Browse files Browse the repository at this point in the history
(reference #56)
  • Loading branch information
piotrzarzycki21 committed Jun 17, 2024
1 parent cc8c40c commit c8c202e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,10 @@
</j:beads>
</j:Button>
</j:HGroup>

<j:HGroup percentWidth="100" itemsHorizontalAlign="itemsRight" includeIn="dataGridState">
<j:Label percentWidth="100" text="* Double click to open item for more details."
className="brandColor labelTextAlignRight"/>
</j:HGroup>
<j:VGroup includeIn="contentState" percentWidth="100" percentHeight="100" xmlns:j="library://ns.apache.org/royale/jewel"
gap="6">

Expand Down

0 comments on commit c8c202e

Please sign in to comment.