Normalize scrollpanel

This commit is contained in:
Paul Chote
2011-05-16 23:13:06 +12:00
parent adb67699e1
commit e09cd16042
12 changed files with 62 additions and 127 deletions

View File

@@ -121,6 +121,18 @@ progressbar-thumb: chrome.png
corner-br: 62,190,2,2
# A copy of panel-gray
scrollpanel-bg: chrome.png
background: 66,66,60,60
border-r: 126,66,2,60
border-l: 64,66,2,60
border-b: 66,126,60,2
border-t: 66,64,60,2
corner-tl: 64,64,2,2
corner-tr: 126,64,2,2
corner-bl: 64,126,2,2
corner-br: 126,126,2,2
# A copy of button-hover
scrollitem-hover: chrome.png
background: 2,130,60,60

View File

@@ -45,7 +45,7 @@ Container@SERVER_LOBBY:
Width:130
Height:20
Text: Allow Cheats
CncScrollPanel@PLAYERS:
ScrollPanel@PLAYERS:
Id:PLAYERS
X:15
Y:30
@@ -306,7 +306,7 @@ Container@SERVER_LOBBY:
Text:Ready
Align:Left
Font:Bold
CncScrollPanel@CHAT_DISPLAY:
ScrollPanel@CHAT_DISPLAY:
Id:CHAT_DISPLAY
X:15
Y:285

View File

@@ -31,7 +31,7 @@ Container@MAPCHOOSER_PANEL:
Y:1
Width:192
Height:192
CncScrollPanel@MAP_LIST:
ScrollPanel@MAP_LIST:
Id:MAP_LIST
X:15
Y:30

View File

@@ -18,7 +18,7 @@ Container@MODS_PANEL:
Height:500
Background:panel-black
Children:
CncScrollPanel@MOD_LIST:
ScrollPanel@MOD_LIST:
Id:MOD_LIST
X:15
Y:30

View File

@@ -18,7 +18,7 @@ Container@MUSIC_PANEL:
Height:400
Background:panel-black
Children:
CncScrollPanel@MUSIC_LIST:
ScrollPanel@MUSIC_LIST:
Id:MUSIC_LIST
X:15
Y:30

View File

@@ -327,7 +327,7 @@ Container@SETTINGS_PANEL:
# Height:25
# Align:Right
# Text:Key
# CncScrollPanel@KEYBINDINGS:
# ScrollPanel@KEYBINDINGS:
# Id:KEYBINDINGS
# X:375
# Y:85

View File

@@ -18,7 +18,7 @@ Container@REPLAYBROWSER_PANEL:
Height:300
Background:panel-black
Children:
CncScrollPanel@REPLAY_LIST:
ScrollPanel@REPLAY_LIST:
Id:REPLAY_LIST
X:15
Y:15

View File

@@ -18,7 +18,7 @@ Container@SERVERBROWSER_PANEL:
Height:500
Background:panel-black
Children:
CncScrollPanel@SERVER_LIST:
ScrollPanel@SERVER_LIST:
Id:SERVER_LIST
X:15
Y:30

View File

@@ -333,3 +333,15 @@ textfield-focused: dialog.png
corner-tr: 722,0,1,1
corner-bl: 640,82,1,1
corner-br: 722,82,1,1
# A copy of dialog3
scrollpanel-bg: dialog.png
background: 641,1,126,126
border-r: 767,1,1,126
border-l: 640,1,1,126
border-b: 641,127,126,1
border-t: 641,0,126,1
corner-tl: 640,0,1,1
corner-tr: 722,0,1,1
corner-bl: 640,82,1,1
corner-br: 722,82,1,1