Merge branch 'Plasma/5.8'

icc-effect-5.14.5
David Edmundson 2016-11-28 09:28:01 +00:00
commit f34222e060
2 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -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"