tangled
alpha
login
or
join now
dzming.li
/
noctalia-plugins
0
fork
atom
Personal noctalia plugins collection
0
fork
atom
overview
issues
pulls
pipelines
Task dialog: label due time as deadline
Dzming Li
2 weeks ago
87680bf3
16a03318
+2
-2
1 changed file
expand all
collapse all
unified
split
weekly-calendar
Panel.qml
+2
-2
weekly-calendar/Panel.qml
···
269
269
background: Rectangle { color: Color.mSurfaceVariant; radius: Style.radiusS }
270
270
}
271
271
272
272
-
// Reuse existing label to avoid new translation key
273
273
-
NText { text: pluginApi.tr("panel.start_time"); color: Color.mOnSurfaceVariant; font.pointSize: Style.fontSizeS }
272
272
+
// Use end_time label to reflect deadline semantics
273
273
+
NText { text: pluginApi.tr("panel.end_time"); color: Color.mOnSurfaceVariant; font.pointSize: Style.fontSizeS }
274
274
TextField {
275
275
id: createTaskDueTime
276
276
Layout.fillWidth: true