Code Review
/
apps
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
db033ed
)
Settings.qml: Use the windows width and height
sandbox/mvlad/agl-compositor
author
Marius Vlad
<marius.vlad@collabora.com>
Fri, 29 May 2020 13:58:12 +0000
(16:58 +0300)
committer
Marius Vlad
<marius.vlad@collabora.com>
Fri, 12 Jun 2020 12:46:23 +0000
(15:46 +0300)
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
app/Settings.qml
patch
|
blob
|
history
diff --git
a/app/Settings.qml
b/app/Settings.qml
index
0bf6c3f
..
f257d8a
100644
(file)
--- a/
app/Settings.qml
+++ b/
app/Settings.qml
@@
-39,8
+39,8
@@
ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width:
Screen
.width
- height:
Screen
.height
+ width:
Window
.width
+ height:
Window
.height
scale: 1
StackView {