The Following 5 Users Say Thank You to smoof For This Useful Post: | ||
|
2012-08-27
, 22:24
|
|
Posts: 226 |
Thanked: 67 times |
Joined on May 2012
@ Lebanon
|
#2582
|
|
2012-08-27
, 22:37
|
Posts: 181 |
Thanked: 106 times |
Joined on May 2011
@ Bahrain
|
#2583
|
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
|
2012-08-27
, 22:43
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#2584
|
here's the deb: http://dl.dropbox.com/u/12134784/MEE...82012-1900.deb
|
2012-08-27
, 22:51
|
|
Posts: 46 |
Thanked: 7 times |
Joined on Aug 2012
@ Antigua W.I
|
#2585
|
|
2012-08-27
, 22:51
|
Posts: 181 |
Thanked: 106 times |
Joined on May 2011
@ Bahrain
|
#2586
|
|
2012-08-27
, 22:51
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#2587
|
|
2012-08-27
, 22:52
|
|
Posts: 46 |
Thanked: 7 times |
Joined on Aug 2012
@ Antigua W.I
|
#2588
|
|
2012-08-27
, 22:53
|
Posts: 33 |
Thanked: 37 times |
Joined on Jul 2012
|
#2589
|
why make icons but still big tab size ? tab size can be shrinked to add 1 or 2 more icons, like settings and options ?
plus how about changing the color of bubble (messages we send are in white/gray bubble) maybe we can change that color too.
just saying.
The Following User Says Thank You to smoof For This Useful Post: | ||
|
2012-08-27
, 22:58
|
|
Posts: 46 |
Thanked: 7 times |
Joined on Aug 2012
@ Antigua W.I
|
#2590
|
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
|
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
Last edited by smoof; 2012-08-27 at 22:35.