Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Elisa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Multimedia
Elisa
Commits
b7ab3d0e
Commit
b7ab3d0e
authored
Feb 12, 2020
by
Matthieu Gallien
🎵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
close the configuration dialog without saving when pressing Escape key
parent
73a317f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/qml/ElisaConfigurationDialog.qml
src/qml/ElisaConfigurationDialog.qml
+6
-0
No files found.
src/qml/ElisaConfigurationDialog.qml
View file @
b7ab3d0e
...
@@ -33,6 +33,12 @@ Window {
...
@@ -33,6 +33,12 @@ Window {
minimumWidth
:
600
minimumWidth
:
600
minimumHeight
:
400
minimumHeight
:
400
Shortcut
{
sequence
:
StandardKey
.
Cancel
onActivated
:
close
()
}
SystemPalette
{
SystemPalette
{
id
:
myPalette
id
:
myPalette
colorGroup
:
SystemPalette
.
Active
colorGroup
:
SystemPalette
.
Active
...
...
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