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
8753c93a
Commit
8753c93a
authored
Nov 15, 2005
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* share/skins2/winamp2.xml: use the new Text control attributes, and use $t
instead of $T
parent
c4bc8d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
share/skins2/winamp2.xml
share/skins2/winamp2.xml
+3
-5
No files found.
share/skins2/winamp2.xml
View file @
8753c93a
...
...
@@ -142,7 +142,7 @@
<Anchor
x=
"30"
y=
"0"
points=
"(0,0),(245,0)"
priority=
"90"
range=
"15"
/>
<Anchor
x=
"30"
y=
"14"
points=
"(0,0),(245,0)"
priority=
"90"
range=
"15"
/>
<Image
x=
"0"
y=
"0"
image=
"small_focus"
action=
"move"
/>
<Text
font=
"text_font"
x=
"122"
y=
"4"
width=
"
55"
text=
"$T
"
/>
<Text
font=
"text_font"
x=
"122"
y=
"4"
width=
"
35"
text=
"$t"
visible=
"not vlc.isStopped"
scrolling=
"none"
alignment=
"right
"
/>
<Button
x=
"6"
y=
"3"
up=
"menu_up"
down=
"menu_down"
over=
"menu_up"
action=
"dialogs.popup()"
tooltiptext=
"Popup menu"
/>
<Button
x=
"167"
y=
"3"
up=
"small_previous"
action=
"playlist.previous()"
/>
<Button
x=
"176"
y=
"3"
up=
"small_play"
action=
"vlc.play()"
/>
...
...
@@ -172,7 +172,7 @@
<Image
x=
"26"
y=
"29"
image=
"pause_icon"
visible=
"vlc.isPaused"
/>
<Image
x=
"26"
y=
"29"
image=
"stop_icon"
visible=
"vlc.isStopped"
/>
<Image
x=
"0"
y=
"0"
image=
"title_focus"
action=
"move"
/>
<Text
font=
"digits_font"
x=
"30"
y=
"26"
width=
"7
5"
text=
"$T"
visible=
"not vlc.isStopped
"
/>
<Text
font=
"digits_font"
x=
"30"
y=
"26"
width=
"7
2"
text=
"$t"
visible=
"not vlc.isStopped"
scrolling=
"none"
alignment=
"right
"
/>
<Text
font=
"text_font"
x=
"111"
y=
"27"
width=
"155"
text=
"$N"
/>
<Slider
value=
"volume"
x=
"107"
y=
"57"
up=
"volume_up"
down=
"volume_down"
points=
"(7,6),(58,6)"
tooltiptext=
"Volume: $V%"
>
<SliderBackground
image=
"volume_bg"
nbvert=
"28"
padvert=
"2"
/>
...
...
@@ -320,9 +320,7 @@
<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=
"#202020"
>
<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>
<!-- Commented out for now, as the extra digit makes it dirty
<Text font="text_font" x="186" y="101" width="55" text="$T" lefttop="rightbottom" />
-->
<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"
/>
<Button
x=
"149"
y=
"101"
up=
"pl_pause"
down=
"pl_pause"
over=
"pl_pause"
action=
"vlc.pause()"
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