Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e40254d8
Commit
e40254d8
authored
Jul 04, 2004
by
Mohammed Adnène Trojette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minimize in the default theme
parent
fe0be88e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
share/skins2/default/reduce_mouseover.png
share/skins2/default/reduce_mouseover.png
+0
-0
share/skins2/default/theme.xml
share/skins2/default/theme.xml
+2
-1
No files found.
share/skins2/default/reduce_mouseover.png
0 → 100644
View file @
e40254d8
700 Bytes
share/skins2/default/theme.xml
View file @
e40254d8
...
...
@@ -61,6 +61,7 @@
<Bitmap
id=
"previous_disabled"
file=
"previous_disabled.png"
alphacolor=
"#FF0000"
/>
<Bitmap
id=
"previous_onclick"
file=
"previous_onclick.png"
alphacolor=
"#FF0000"
/>
<Bitmap
id=
"reduce"
file=
"reduce.png"
alphacolor=
"#FF0000"
/>
<Bitmap
id=
"reduce_mouseover"
file=
"reduce_mouseover.png"
alphacolor=
"#FF0000"
/>
<Bitmap
id=
"reduce_onclick"
file=
"reduce_onclick.png"
alphacolor=
"#FF0000"
/>
<Bitmap
id=
"reduce_disabled"
file=
"reduce_disabled.png"
alphacolor=
"#FF0000"
/>
<Bitmap
id=
"slider"
file=
"slider.png"
alphacolor=
"#FF0000"
/>
...
...
@@ -95,7 +96,7 @@
<Button
x=
"196"
y=
"46"
up=
"previous"
down=
"previous_onclick"
over=
"previous"
action=
"playlist.previous()"
tooltiptext=
"Previous Item"
/>
<Button
x=
"196"
y=
"79"
up=
"next"
down=
"next_onclick"
over=
"next"
action=
"playlist.next()"
tooltiptext=
"Next Item"
/>
<Button
x=
"8"
y=
"5"
up=
"close"
down=
"close_onclick"
over=
"close_mouseover"
action=
"vlc.quit()"
tooltiptext=
"Quit VLC"
help=
"quit"
/>
<
Image
x=
"29"
y=
"5"
image=
"reduce_disabled
"
/>
<
Button
x=
"29"
y=
"5"
up=
"reduce"
down=
"reduce_onclick"
over=
"reduce_mouseover"
action=
"vlc.minimize()"
tooltiptext=
"Minimize VLC"
help=
"quit
"
/>
<Slider
id=
"time_slider"
x=
"24"
y=
"130"
up=
"slider"
down=
"slider_onclick"
points=
"(0,0),(366,0)"
value=
"time"
visible=
"vlc.isSeekable and not vlc.isStopped"
tooltiptext=
"Time: $T"
/>
<Slider
id=
"volume_slider"
x=
"391"
y=
"53"
up=
"slider_volume"
down=
"slider_volume_onclick"
points=
"(0,47),(0,0)"
value=
"volume"
tooltiptext=
"Volume: $V%"
/>
</Group>
...
...
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