Clean up the settings dialog for localdocs a bit.

This commit is contained in:
Adam Treat
2023-05-23 11:05:04 -04:00
committed by AT
parent d555ed3b07
commit 2827c5876c
4 changed files with 128 additions and 181 deletions

View File

@@ -226,7 +226,7 @@ Dialog {
color: theme.textColor
font.bold: localDocsButton.checked
font.pixelSize: localDocsButton.checked ? theme.fontSizeLarger : theme.fontSizeLarge
text: qsTr("LocalDocs")
text: qsTr("Local Docs Plugin")
}
background: Rectangle {
color: localDocsButton.checked ? theme.backgroundDarkest : theme.backgroundLight