Skip to content

Commit

Permalink
v1.2.2b11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottodix committed Jul 10, 2019
1 parent 134bcca commit 115298a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Binary file modified themes/eole/columnsUI_eole.fcl
Binary file not shown.
4 changes: 2 additions & 2 deletions themes/eole/html/InputDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
}
window.resizeTo(window_w, window_h);

document.onkeydown = function () {
/*document.onkeydown = function () {
if (window.event.keyCode == 13 && window.document.activeElement.onclick) {
window.document.activeElement.onclick();
}
};
};*/
window.btn_ok.onclick = function () {
var inputs = document.getElementsByName('inputs');
var inputs_values = inputs[0].value;
Expand Down
2 changes: 1 addition & 1 deletion themes/eole/js/JStheme_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var last_mouse_move_notified = (new Date).getTime();
var foo_playcount = utils.CheckComponent("foo_playcount", true);
var timers = []
var globalProperties = {
theme_version: '1.2.2b10',
theme_version: '1.2.2b11',
thumbnailWidthMax: window.GetProperty("GLOBAL thumbnail width max", 200),
coverCacheWidthMax: window.GetProperty("GLOBAL cover cache width max", 400),
TextRendering: 4,
Expand Down
7 changes: 5 additions & 2 deletions themes/eole/js/WSHgraphicbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4645,7 +4645,7 @@ oBrowser = function(name) {
} else {
image_to_draw = this.groups[this.groups_draw[i]].cover_img;
}

if(properties.CoverGridNoText)
gr.DrawImage(image_to_draw, ax, coverTop, this.coverRealWith, this.coverRealWith, 1, 1, image_to_draw.Width-2, image_to_draw.Height-2);
else
Expand Down Expand Up @@ -5709,7 +5709,10 @@ function on_size(w, h) {
if(properties.showwallpaper){
//g_wallpaperImg = setWallpaperImg(globalProperties.default_wallpaper, fb.GetNowPlaying());
}

if(properties.CoverGridNoText){
brw.refresh_browser_thumbnails();
brw.refresh_shadows();
}
// set Size of browser
brw.setSize(0, brw.headerBarHeight, ww, wh-brw.headerBarHeight);
g_scrollbar.setSize(ww - cScrollBar.activeWidth, brw.y-brw.headerBarHeight, cScrollBar.activeWidth, wh - brw.y+brw.headerBarHeight, cScrollBar.normalWidth);
Expand Down
1 change: 0 additions & 1 deletion themes/eole/js/WSHtitle_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ function build_buttons(){
g_cursor.setCursor(IDC_ARROW,2);
}, false,false,images.search_toggle_img,images.search_toggle_img,-1, false, false, true),
Settings: new JSButton(2, -1, Settings_width, btn.height-3, "Foobar", "Foobar", function () {
console.log("draw_main_menu")
draw_main_menu(0, 28);
}, false,false,images.global_settings_img,images.global_settings_img,-1, false, false, false),
Close: new JSButton(-45, 0, 45, 29, "", "close", false, function () {
Expand Down

0 comments on commit 115298a

Please sign in to comment.