screenshot: dont put region size in the region

This commit is contained in:
end-4
2025-10-15 10:11:24 +02:00
parent d8b6d52a85
commit 44d5994248
2 changed files with 10 additions and 2 deletions
+3 -1
View File
@@ -425,11 +425,13 @@ ShellRoot {
radius: 0 // TODO: figure out how to make the overlay thing work with rounding
}
StyledText {
z: 2
anchors {
bottom: selectionBorder.bottom
top: selectionBorder.bottom
right: selectionBorder.right
margins: 8
}
color: root.selectionBorderColor
text: `${Math.round(panelWindow.regionWidth)} x ${Math.round(panelWindow.regionHeight)}`
}
@@ -501,5 +501,11 @@
"Numbers": "Numbers",
"Intelligence": "Intelligence",
"Open network portal": "Open network portal",
"<i>No further instruction provided</i>": "<i>No further instruction provided</i>"
"<i>No further instruction provided</i>": "<i>No further instruction provided</i>",
"Language not listed or incomplete translations?\nYou can choose to generate translations for it with Gemini.\n1. Open the left sidebar with Super+A, set model to Gemini (if it isn't already)\n2. Type /key, hit Enter and follow the instructions\n3. Type /key YOUR_API_KEY\n4. Type the locale of your language below and press Generate": "Language not listed or incomplete translations?\nYou can choose to generate translations for it with Gemini.\n1. Open the left sidebar with Super+A, set model to Gemini (if it isn't already)\n2. Type /key, hit Enter and follow the instructions\n3. Type /key YOUR_API_KEY\n4. Type the locale of your language below and press Generate",
"Locale code, e.g. fr_FR, de_DE, zh_CN...": "Locale code, e.g. fr_FR, de_DE, zh_CN...",
"Select language": "Select language",
"Generate translation with Gemini": "Generate translation with Gemini",
"Generating...\nDon't close this window!": "Generating...\nDon't close this window!",
"Generate\nTypically takes 2 minutes": "Generate\nTypically takes 2 minutes"
}