Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
163879e7
Commit
163879e7
authored
Nov 27, 2005
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* share/skins2/winamp2.xml: fixed the images of the playlist buttons
parent
45751950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
share/skins2/winamp2.xml
share/skins2/winamp2.xml
+6
-5
No files found.
share/skins2/winamp2.xml
View file @
163879e7
...
...
@@ -72,9 +72,10 @@
<SubBitmap
id=
"pl_small_switch_up"
x=
"128"
y=
"45"
width=
"9"
height=
"9"
/>
<SubBitmap
id=
"pl_small_close_up"
x=
"138"
y=
"45"
width=
"9"
height=
"9"
/>
<SubBitmap
id=
"pl_small_resize"
x=
"25"
y=
"3"
width=
"9"
height=
"8"
/>
<SubBitmap
id=
"pl_add_up"
x=
"14"
y=
"80"
width=
"22"
height=
"18"
/>
<SubBitmap
id=
"pl_sub_up"
x=
"43"
y=
"80"
width=
"22"
height=
"18"
/>
<SubBitmap
id=
"pl_file_down"
x=
"23"
y=
"149"
width=
"22"
height=
"18"
/>
<SubBitmap
id=
"pl_add_up"
x=
"0"
y=
"149"
width=
"22"
height=
"18"
/>
<SubBitmap
id=
"pl_add_down"
x=
"23"
y=
"149"
width=
"22"
height=
"18"
/>
<SubBitmap
id=
"pl_rem_up"
x=
"54"
y=
"149"
width=
"22"
height=
"18"
/>
<SubBitmap
id=
"pl_rem_down"
x=
"77"
y=
"149"
width=
"22"
height=
"18"
/>
</Bitmap>
<Bitmap
id=
"playpaus"
file=
"playpaus.bmp"
alphacolor=
"#FF0001"
>
<SubBitmap
id=
"play_icon"
x=
"0"
y=
"0"
width=
"9"
height=
"9"
/>
...
...
@@ -339,8 +340,8 @@
<Playlist
id=
"playlist"
x=
"10"
y=
"20"
width=
"240"
height=
"58"
lefttop=
"lefttop"
rightbottom=
"rightbottom"
font=
"playlist_font"
fgcolor=
"#dfdfff"
playcolor=
"#ffffff"
bgcolor1=
"#000000"
bgcolor2=
"#000000"
selcolor=
"#404040"
>
<Slider
id=
"playlist_slider"
x=
"264"
y=
"28"
lefttop=
"righttop"
rightbottom=
"rightbottom"
up=
"pl_slider_up"
down=
"pl_slider_down"
points=
"(0,40),(0,0)"
/>
</Playlist>
<Button
x=
"14"
y=
"86"
up=
"pl_add_up"
down=
"pl_
file
_down"
over=
"pl_add_up"
action=
"playlist.add()"
lefttop=
"leftbottom"
rightbottom=
"leftbottom"
/>
<Button
x=
"43"
y=
"86"
up=
"pl_
sub_up"
down=
"pl_file_down"
over=
"pl_sub
_up"
action=
"playlist.del()"
lefttop=
"leftbottom"
rightbottom=
"leftbottom"
/>
<Button
x=
"14"
y=
"86"
up=
"pl_add_up"
down=
"pl_
add
_down"
over=
"pl_add_up"
action=
"playlist.add()"
lefttop=
"leftbottom"
rightbottom=
"leftbottom"
/>
<Button
x=
"43"
y=
"86"
up=
"pl_
rem_up"
down=
"pl_rem_down"
over=
"pl_rem
_up"
action=
"playlist.del()"
lefttop=
"leftbottom"
rightbottom=
"leftbottom"
/>
<Text
font=
"text_font"
x=
"186"
y=
"101"
width=
"35"
text=
"$t"
visible=
"not vlc.isStopped"
lefttop=
"rightbottom"
scrolling=
"none"
alignment=
"right"
/>
<Button
x=
"131"
y=
"101"
up=
"pl_previous"
down=
"pl_previous"
over=
"pl_previous"
action=
"playlist.previous()"
lefttop=
"rightbottom"
/>
<Button
x=
"140"
y=
"101"
up=
"pl_play"
down=
"pl_play"
over=
"pl_play"
action=
"vlc.play()"
lefttop=
"rightbottom"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment