View Single Post
Posts: 6 | Thanked: 34 times | Joined on Mar 2015
#11
Originally Posted by andreas1 View Post
Since I dont understand the technical side of this patch, just by looking this visually, this looks great, with exception of pulley menus that I would personally see as ugly. Is there a chance to have option which ui-elements are changed and what are not (like leaving the pulley-menus as they are "normally" ?
You can modify my patch in the location

/var/lib/patchmanager/patches/silica-flat-ui/unified_diff.patch

The last part can be deleted as you don't like it.

diff -uNr Original/usr/share/lipstick-jolla-home-qt5/main/MenuIndicator.qml Modified/usr/share/lipstick-jolla-home-qt5/main/MenuIndicator.qml
--- Original/usr/share/lipstick-jolla-home-qt5/main/MenuIndicator.qml 2015-03-16 18:34:49.000000000 +0800
+++ Modified/usr/share/lipstick-jolla-home-qt5/main/MenuIndicator.qml 2015-03-17 08:50:15.419196236 +0800
@@ -9,10 +9,13 @@
import Sailfish.Silica 1.0
import Sailfish.Silica.theme 1.0

-Image {
+Separator {
property bool flip

- source: "image://theme/graphic-pulldown-no-shader?" + Theme.highlightColor
+ height: Theme.paddingLarge
+ width: parent.width
+ opacity: 0.4
+
anchors {
verticalCenter: flip ? parent.top : parent.bottom
verticalCenterOffset: flip ? (parent.spacing - 1) : -parent.spacing