CLock settings: less tall UI for 1080p

This commit is contained in:
ItsLemmy
2025-09-20 01:23:59 -04:00
parent c70a66b589
commit 8d942d0782
2 changed files with 36 additions and 36 deletions
@@ -107,7 +107,7 @@ ColumnLayout {
NHeader {
label: "Clock format"
description: "Build your clock display using the tokens below.\nAdditional lines (3 & 4) are only shown in the vertical bar layout.\nClick on any token to insert it into the selected input field."
description: "Build your clock display using the tokens below. Additional lines (3 & 4) are only shown in the vertical bar layout.\nClick on any token to insert it into the selected input field."
}
RowLayout {
@@ -319,14 +319,14 @@ ColumnLayout {
Layout.bottomMargin: Style.marginL * scaling
}
NHeader {
label: "Tokens"
description: focusedLineIndex > 0 ? "Click any token to add it to line " + focusedLineIndex : "Select an input field above, then click a token to insert it."
}
// NHeader {
// label: "Tokens"
// description: focusedLineIndex > 0 ? "Click any token to add it to line " + focusedLineIndex : "Select an input field above, then click a token to insert it."
// }
NDateTimeTokens {
Layout.fillWidth: true
height: 400 * scaling
height: 200 * scaling
// Connect to token clicked signal if NDateTimeTokens provides it
onTokenClicked: token => root.insertToken(token)