Skip to content

Commit

Permalink
Increase schedule column max-width to 600px.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuckaby committed May 20, 2023
1 parent df93a69 commit 01f38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/pages/Schedule.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Class.subclass( Page.Base, "Page.Schedule", {
app.setWindowTitle( "Scheduled Events" );

var size = get_inner_window_size();
var col_width = Math.floor( ((size.width * 0.9) + 200) / 8 );
var col_width = 600;
var group_by = app.getPref('schedule_group_by');
var html = '';

Expand Down

0 comments on commit 01f38bd

Please sign in to comment.