Fix the emoticon editor page
It wasn't possible to edit the shortcode or description anymore, because signals weren't hooked up. I also added a separator to help separate some of these controls visually.
This commit is contained in:
@@ -98,11 +98,14 @@ FormCard.FormCardPage {
|
||||
FormCard.FormTextFieldDelegate {
|
||||
label: i18n("Shortcode:")
|
||||
text: root.shortcode
|
||||
onTextChanged: root.shortcode = text
|
||||
}
|
||||
FormCard.FormTextFieldDelegate {
|
||||
label: i18n("Description:")
|
||||
text: root.description
|
||||
onTextChanged: root.description = text
|
||||
}
|
||||
FormCard.FormDelegateSeparator {}
|
||||
FormCard.FormButtonDelegate {
|
||||
id: save
|
||||
text: i18n("Save")
|
||||
|
||||
Reference in New Issue
Block a user