diff options
| author | bobzel <zzzman@gmail.com> | 2025-02-24 18:07:36 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-02-24 18:07:36 -0500 |
| commit | 1c7c5bcadc7081e1a7e582413eee37b8201e1c4c (patch) | |
| tree | 1b6e97124964558534e906eee045b0cca334935b /src/client/views/nodes/FontIconBox | |
| parent | 383a8a2f017c12c578537d3cb3005e00be019bd7 (diff) | |
added borders (width, color, and style) for DocumentViews. fixed dropdown slider buttons to show text labels.
Diffstat (limited to 'src/client/views/nodes/FontIconBox')
| -rw-r--r-- | src/client/views/nodes/FontIconBox/FontIconBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FontIconBox/FontIconBox.tsx b/src/client/views/nodes/FontIconBox/FontIconBox.tsx index f58862028..f60c83343 100644 --- a/src/client/views/nodes/FontIconBox/FontIconBox.tsx +++ b/src/client/views/nodes/FontIconBox/FontIconBox.tsx @@ -134,6 +134,7 @@ export class FontIconBox extends ViewBoxBaseComponent<ButtonProps>() { min={NumCast(this.dataDoc.numBtnMin, 0)} max={NumCast(this.dataDoc.numBtnMax, 100)} number={checkResult} + size={Size.XSMALL} setNumber={undoable(value => numScript(value), `${this.Document.title} button set from list`)} fillWidth /> |
