Skip to content

Commit

Permalink
v1.2.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottodix committed Jun 26, 2019
1 parent 8b23c24 commit 7a8dd56
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions themes/eole/js/WSHfilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3594,9 +3594,9 @@ oBrowser = function(name) {
if(properties.ParentName=='Library'){
var _panelWidth = window.CreatePopupMenu();
_panelWidth.AppendMenuItem(MF_STRING, 1030, "Increase width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Default width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1033, "Custom width...");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Reset");
_panelWidth.AppendTo(_menu,MF_STRING, "Panel width");
}

Expand Down
8 changes: 4 additions & 4 deletions themes/eole/js/WSHlibrary_tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -3605,9 +3605,9 @@ function menu_object() {

var _panelWidth = window.CreatePopupMenu();
_panelWidth.AppendMenuItem(MF_STRING, 1030, "Increase width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Default width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1033, "Custom width...");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Reset");

_panelWidth.AppendTo(Menu,MF_STRING, "Panel width");

Expand Down Expand Up @@ -3943,9 +3943,9 @@ function showSettingsMenu(x,y){

var _panelWidth = window.CreatePopupMenu();
_panelWidth.AppendMenuItem(MF_STRING, 1030, "Increase width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Default width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1033, "Custom width...");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Reset");
_panelWidth.AppendTo(menu,MF_STRING, "Panel width");

var wallpaper = window.CreatePopupMenu();
Expand Down
6 changes: 3 additions & 3 deletions themes/eole/js/WSHsmoothplaylist.js
Original file line number Diff line number Diff line change
Expand Up @@ -4129,9 +4129,9 @@ oBrowser = function(name) {
if(layout_state.isEqual(0)){
var _panelWidth = window.CreatePopupMenu();
_panelWidth.AppendMenuItem(MF_STRING, 2030, "Increase width");
_panelWidth.AppendMenuItem(MF_STRING, 2031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 2032, "Default width");
_panelWidth.AppendMenuItem(MF_STRING, 2033, "Custom width...");
_panelWidth.AppendMenuItem(MF_STRING, 2031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 2033, "Custom width...");
_panelWidth.AppendMenuItem(MF_STRING, 2032, "Reset");
_panelWidth.AppendTo(_menu,MF_STRING, "Panel width");
}

Expand Down
2 changes: 1 addition & 1 deletion themes/eole/js/WSHsmoothplaylistmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1866,8 +1866,8 @@ oBrowser = function(name) {
var _panelWidth = window.CreatePopupMenu();
_panelWidth.AppendMenuItem(MF_STRING, 1030, "Increase width");
_panelWidth.AppendMenuItem(MF_STRING, 1031, "Decrease width");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Default width");
_panelWidth.AppendMenuItem(MF_STRING, 1033, "Custom width...");
_panelWidth.AppendMenuItem(MF_STRING, 1032, "Reset");
_panelWidth.AppendTo(_menu,MF_STRING, "Panel width");

_menu2.AppendMenuItem(MF_STRING, 200, "Enable");
Expand Down
18 changes: 9 additions & 9 deletions themes/eole/js/WSHtitle_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,8 @@ function draw_main_menu(x,y){
nowplaying.AppendMenuSeparator();
nowplaying.AppendMenuItem((now_playing_state?MF_STRING:MF_GRAYED), 4030, "Increase width");
nowplaying.AppendMenuItem((now_playing_state?MF_STRING:MF_GRAYED), 4031, "Decrease width");
nowplaying.AppendMenuItem((now_playing_state?MF_STRING:MF_GRAYED), 4032, "Default width");
nowplaying.AppendMenuItem((now_playing_state?MF_STRING:MF_GRAYED), 4033, "Custom width...");
nowplaying.AppendMenuItem((now_playing_state?MF_STRING:MF_GRAYED), 4032, "Reset");

if(layout_state.isEqual(1)){
minimode_menu.AppendTo(skin_settings_menu,MF_STRING, "Panel layout");
Expand All @@ -1316,9 +1316,9 @@ function draw_main_menu(x,y){
else left_menu.AppendMenuItem(MF_STRING, 4028, "Show");
left_menu.AppendMenuSeparator();
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4034, "Increase width");
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4035, "Decrease width");
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4036, "Default width");
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4037, "Custom width...");
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4035, "Decrease width");
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4037, "Custom width...");
left_menu.AppendMenuItem((libraryfilter_state.isActive()?MF_STRING:MF_GRAYED), 4036, "Reset");
library_menu.AppendMenuSeparator();
library_menu.AppendMenuItem(MF_STRING, 4000, "Dark theme");
library_menu.CheckMenuItem(4000, properties.library_dark_theme);
Expand All @@ -1331,8 +1331,8 @@ function draw_main_menu(x,y){
playlistpanel_menu.AppendTo(playlists_menu,MF_STRING, "Playlist panel");
playlistpanel_menu.AppendMenuItem(MF_STRING, 4038, "Increase width");
playlistpanel_menu.AppendMenuItem(MF_STRING, 4039, "Decrease width");
playlistpanel_menu.AppendMenuItem(MF_STRING, 4040, "Default width");
playlistpanel_menu.AppendMenuItem(MF_STRING, 4041, "Custom width...");
playlistpanel_menu.AppendMenuItem(MF_STRING, 4041, "Custom width...");
playlistpanel_menu.AppendMenuItem(MF_STRING, 4040, "Reset");
var FiltersMenu = window.CreatePopupMenu();
if(filters_panel_state.value>0)
FiltersMenu.AppendMenuItem(MF_STRING, 4990, "Hide");
Expand Down Expand Up @@ -1398,9 +1398,9 @@ function draw_main_menu(x,y){
nowplayinglobal.AppendMenuItem(MF_STRING, 4073, "Show");
nowplayinglobal.AppendMenuSeparator();
nowplayinglobal.AppendMenuItem(MF_STRING, 4030, "Increase width");
nowplayinglobal.AppendMenuItem(MF_STRING, 4031, "Decrease width");
nowplayinglobal.AppendMenuItem(MF_STRING, 4032, "Default width");
nowplayinglobal.AppendMenuItem(MF_STRING, 4033, "Custom width...");
nowplayinglobal.AppendMenuItem(MF_STRING, 4031, "Decrease width");
nowplayinglobal.AppendMenuItem(MF_STRING, 4033, "Custom width...");
nowplayinglobal.AppendMenuItem(MF_STRING, 4032, "Reset");
nowplayinglobal.AppendTo(appearance_menu,MF_STRING, "Right playlist");
appearance_menu.AppendMenuItem(MF_STRING, 4046, "Enable resizable borders");
appearance_menu.CheckMenuItem(4046, globalProperties.enableResizableBorders);
Expand Down

0 comments on commit 7a8dd56

Please sign in to comment.