improvements to skins

This commit is contained in:
Henrique Santiago
2012-06-19 05:46:49 -03:00
parent 5a048eb7ea
commit 4bdcae2f8b
74 changed files with 155 additions and 87 deletions

View File

@@ -37,9 +37,9 @@ local SpeakTypes = {
}
local SayModes = {
[1] = { speakTypeDesc = 'whisper', icon = '/core_styles/icons/whisper.png' },
[2] = { speakTypeDesc = 'say', icon = '/core_styles/icons/say.png' },
[3] = { speakTypeDesc = 'yell', icon = '/core_styles/icons/yell.png' }
[1] = { speakTypeDesc = 'whisper', icon = 'icons/whisper.png' },
[2] = { speakTypeDesc = 'say', icon = 'icons/say.png' },
[3] = { speakTypeDesc = 'yell', icon = 'icons/yell.png' }
}
local MAX_HISTORY = 1000

View File

@@ -40,7 +40,7 @@ Panel
TabButton
id: prevChannelButton
icon: /core_styles/icons/leftarrow.png
icon: icons/leftarrow.png
anchors.left: parent.left
anchors.top: parent.top
margin-left: 6
@@ -56,7 +56,7 @@ Panel
TabButton
id: nextChannelButton
icon: /core_styles/icons/rightarrow.png
icon: icons/rightarrow.png
anchors.right: next.left
anchors.top: parent.top
margin-right: 5
@@ -65,7 +65,7 @@ Panel
TabButton
id: closeChannelButton
!tooltip: tr('Close this channel') .. ' (Ctrl+E)'
icon: /core_styles/icons/closechannel.png
icon: icons/closechannel.png
anchors.right: next.left
anchors.top: parent.top
enabled: false
@@ -76,7 +76,7 @@ Panel
TabButton
id: channelsButton
!tooltip: tr('Open new channel') .. ' (Ctrl+O)'
icon: /core_styles/icons/channels.png
icon: icons/channels.png
anchors.right: parent.right
anchors.top: parent.top
margin-right: 5
@@ -98,7 +98,7 @@ Panel
TabButton
id: sayModeButton
icon: /core_styles/icons/say.png
icon: icons/say.png
!tooltip: tr('Adjust volume')
&sayMode: 2
size: 20 20

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B