Coherence: one component per idea, one spelling per word, one truth per claim
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -7,9 +7,14 @@ Item {
|
||||
default property alias trailingData: trailing.data
|
||||
property string icon: ""
|
||||
property string label: ""
|
||||
// The headline's colour. Foreground for every ordinary row; ErrorRow sets
|
||||
// The headline's color. Foreground for every ordinary row; ErrorRow sets
|
||||
// it to Theme.danger so a failure reads as one at a glance.
|
||||
property color labelColor: Theme.fg
|
||||
// The line under the headline. One sentence takes no full stop -- it is a
|
||||
// caption, not a paragraph, and a lone trailing dot under two hundred rows
|
||||
// is a speck. More than one sentence takes them throughout, last one
|
||||
// included, because at that length the reader is reading prose and prose
|
||||
// that stops without punctuation reads as truncated.
|
||||
property string detail: ""
|
||||
property string value: ""
|
||||
property bool divider: true
|
||||
|
||||
Reference in New Issue
Block a user