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
Network
KAccounts Providers
Commits
de9e7dbd
Commit
de9e7dbd
authored
Sep 22, 2020
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nextcloud] Adapt size of wizard window
parent
8d3be496
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
plugins/nextcloud-ui/package/contents/ui/main.qml
plugins/nextcloud-ui/package/contents/ui/main.qml
+5
-2
No files found.
plugins/nextcloud-ui/package/contents/ui/main.qml
View file @
de9e7dbd
...
...
@@ -15,8 +15,11 @@ import org.kde.kaccounts.nextcloud 1.0
Kirigami.ApplicationWindow
{
id
:
ncAccountRoot
width
:
Kirigami
.
Units
.
gridUnit
*
25
height
:
Kirigami
.
Units
.
gridUnit
*
15
// Minimum size at which the web login UI looks good
minimumWidth
:
Kirigami
.
Units
.
gridUnit
*
24
minimumHeight
:
Kirigami
.
Units
.
gridUnit
*
35
width
:
minimumWidth
height
:
minimumHeight
pageStack.initialPage
:
Qt
.
resolvedUrl
(
"
Server.qml
"
);
...
...
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