Add an option to use RichText instead of StyledText.
This fixes empty space issue at a cost of reduced performance.
This commit is contained in:
@@ -9,6 +9,7 @@ import "form"
|
||||
Page {
|
||||
property alias lazyLoad: generalForm.lazyLoad
|
||||
property alias asyncMessageDelegate: generalForm.asyncMessageDelegate
|
||||
property alias richText: generalForm.richText
|
||||
|
||||
property alias darkTheme: appearanceForm.darkTheme
|
||||
property alias miniMode: appearanceForm.miniMode
|
||||
|
||||
Reference in New Issue
Block a user