Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KAlgebra
Commits
ab144a7f
Commit
ab144a7f
authored
Dec 08, 2020
by
Carl Schwan
🚴
Browse files
Change default behavior for drawer modal property
parent
e7448e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobile/plugins/widgets/kde/KAlgebraMobile.qml
View file @
ab144a7f
...
...
@@ -25,14 +25,18 @@ import org.kde.kalgebra.mobile 1.0
Kirigami.ApplicationWindow
{
id
:
rootItem
height
:
5
00
width
:
90
0
height
:
8
00
width
:
Kirigami
.
Units
.
gridUnit
*
7
0
visible
:
true
readonly
property
int
columnWidth
:
Kirigami
.
Units
.
gridUnit
*
13
wideScreen
:
width
>
columnWidth
*
5
globalDrawer
:
Kirigami.GlobalDrawer
{
id
:
drawer
modal
:
Kirigami
.
Settings
.
isMobile
modal
:
!
rootItem
.
wideScreen
onModalChanged
:
drawerOpen
=
!
modal
handleVisible
:
modal
title
:
"
KAlgebra
"
...
...
Write
Preview
Supports
Markdown
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