From 7d6b9258029ac0b94fb43341454159d8a105bc7e Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 16 May 2024 14:25:40 +0400 Subject: [PATCH] Add info and sample for SVG icons and prefs edit dialog #fix --- README_RICH_UI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_RICH_UI.md b/README_RICH_UI.md index 58b3c8a..41fb90c 100644 --- a/README_RICH_UI.md +++ b/README_RICH_UI.md @@ -72,7 +72,7 @@ Third way: display icon in the button: {"button", "Text with icon: %%fa:microphone%%"} ``` -The second method also allows displaying icons of applications and contacts. How to do this is shown in the example [rich-ui-sample.lua](samples/rich-ui-sample.lua). You can also use the `icon` element to display your own icons in SVG format. Example: [svg-sample.lua](samples/svg-sample.lua). +The second method also allows displaying icons of applications and contacts. How to do this is shown in the example [rich-gui-sample.lua](samples/rich-gui-sample.lua). You can also use the `icon` element to display your own icons in SVG format. Example: [svg-sample.lua](samples/svg-sample.lua). By the way, if you want the button to stretch across the entire width of the screen, you can use the expand argument: