Merge branch 'Plasma/5.8'
This commit is contained in:
commit
f34222e060
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
project(KWIN)
|
project(KWIN)
|
||||||
|
<<<<<<< HEAD
|
||||||
set(PROJECT_VERSION "5.8.90")
|
set(PROJECT_VERSION "5.8.90")
|
||||||
|
=======
|
||||||
|
set(PROJECT_VERSION "5.8.4")
|
||||||
|
>>>>>>> Plasma/5.8
|
||||||
set(PROJECT_VERSION_MAJOR 5)
|
set(PROJECT_VERSION_MAJOR 5)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
||||||
|
|
|
@ -107,8 +107,9 @@ ScrollView {
|
||||||
Button {
|
Button {
|
||||||
id: configureButton
|
id: configureButton
|
||||||
anchors {
|
anchors {
|
||||||
left: inactivePreview.left
|
left: parent.left
|
||||||
bottom: inactivePreview.bottom
|
bottom: parent.bottom
|
||||||
|
margins: 20
|
||||||
}
|
}
|
||||||
enabled: model["configureable"]
|
enabled: model["configureable"]
|
||||||
iconName: "configure"
|
iconName: "configure"
|
||||||
|
|
Loading…
Reference in a new issue