View Single Post
Posts: 33 | Thanked: 37 times | Joined on Jul 2012
#2581
Hey Cepi,

wouldnt it be better to replace the text "chats" and "contacts" of the tab buttons by icons?

There are comments in main.qml which indicate someone already wanted to do so.

in main.qml:

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
}
}

perhaps you want to add this in your branch.

Greetings
Attached Images
  

Last edited by smoof; 2012-08-27 at 22:35.
 

The Following 5 Users Say Thank You to smoof For This Useful Post: