veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Search icon fix #132

Closed Morpog closed 10 years ago

Morpog commented 10 years ago

Seems to work just fine that way, or am I overlooking something?

siteshwar commented 10 years ago

Looks good. I find it even better with following line added :

opacity: enabled ? 1 : 0.25

Morpog commented 10 years ago

I disagree :) Default disabled opacity just seems nice I think (could be around 0.5).

veskuh commented 10 years ago

We do not need to tweak disabled opacity here. I'd like to change this into using Silica's icon button instead of custom one and then we get disabled opacity/color to follow platform.