Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Konsole
Commits
e87c868b
Commit
e87c868b
authored
Jul 21, 2020
by
Kurt Hindenburg
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kcfg use Bool, not bool
parent
44c655d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/settings/konsole.kcfg
src/settings/konsole.kcfg
+3
-3
No files found.
src/settings/konsole.kcfg
View file @
e87c868b
...
...
@@ -46,17 +46,17 @@
<tooltip>
Sets the width of the thumbnail
</tooltip>
<default>
250
</default>
</entry>
<entry
name=
"ThumbnailShift"
type=
"
b
ool"
>
<entry
name=
"ThumbnailShift"
type=
"
B
ool"
>
<label>
Use Shift to display a thumbnail
</label>
<tooltip>
Use Shift to display a thumbnail
</tooltip>
<default>
false
</default>
</entry>
<entry
name=
"ThumbnailAlt"
type=
"
b
ool"
>
<entry
name=
"ThumbnailAlt"
type=
"
B
ool"
>
<label>
Use Alt to display a thumbnail
</label>
<tooltip>
Use Alt to display a thumbnail
</tooltip>
<default>
false
</default>
</entry>
<entry
name=
"ThumbnailCtrl"
type=
"
b
ool"
>
<entry
name=
"ThumbnailCtrl"
type=
"
B
ool"
>
<label>
Use Ctrl to display a thumbnail
</label>
<tooltip>
Use Ctrl to display a thumbnail
</tooltip>
<default>
false
</default>
...
...
Kurt Hindenburg
@hindenburg
mentioned in commit
7f3a08c5
·
Jul 21, 2020
mentioned in commit
7f3a08c5
mentioned in commit 7f3a08c5f716caf9ceaff6a6cb4a88e28e79bf2e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment