View Single Post
Muzimak's Avatar
Posts: 704 | Thanked: 241 times | Joined on Dec 2011 @ Johannesburg - South Africa
#3421
Originally Posted by smoof View Post
I already made a suggestion before, done with

Code:
ButtonRow {
style: TabButtonStyle { inverted:theme.inverted }

TabButton {
id: chatsTabButton
platformStyle: TabButtonStyle{inverted:theme.inverted}
iconSource: theme.inverted ? "image://theme/icon-m-toolbar-new-chat-white" : "image://theme/icon-m-toolbar-new-chat"
tab: waChats
}
TabButton {
id: contactsTabButton
platformStyle: TabButtonStyle{inverted: theme.inverted}
iconSource: theme.inverted ? "image://theme/icon-m-toolbar-contact-white" : "image://theme/icon-m-toolbar-contact"
tab: waContacts
}
}
in main.qml.

PS: This is especially better with a german translation since appropriate words would be too long to fit into the tab buttons...
Looks cool, I like the edition of lighting buttons on this one aswell

Name:  edit.jpg
Views: 2392
Size:  19.9 KB
 

The Following 2 Users Say Thank You to Muzimak For This Useful Post: