Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Add option to put the dialog title in a header element | Ralf Koller | 2024-09-09 | 1 | -0/+1 |
| | | | | | | | | | Implement a new option: `uiDialogTitleHeadingLevel`, allowing to change the `span` wrapping the dialog title into a heading element (`h1`-`h6`). Value `0` represents the `span`, values 1-6 - a heading at the specified level. Fixes gh-2271 Closes gh-2275 | ||||
* | Dialog: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | | | | Ref #14246 | ||||
* | Dialog: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -1/+1 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Dialog: Move dialog into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -0/+54 |
Ref gh-1528 |