Thread
:
Wazapp Public Beta for N9 [0.9.20]
View Single Post
smoof
2012-08-27 , 22:21
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
.
Quote & Reply
|
The Following 5 Users Say Thank You to smoof For This Useful Post:
Alee
,
Kozzi
,
MHD.KURDY-Lebanon
,
nicodonte
,
omar451451
smoof
View Public Profile
Send a private message to smoof
Find all posts by smoof