Skip to content

Commit

Permalink
adjust size
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 committed Jul 2, 2021
1 parent e2b2ef1 commit cb5b423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluid-hpss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if reacoma.settings.fatal then return end
obj = reacoma.hpss
reacoma.params.get(obj)

reacoma.global_state.width = 577
reacoma.global_state.width = 427
reacoma.global_state.height = 169

ctx, viewport = imgui_helpers.create_context(obj.info.algorithm_name)
Expand Down
2 changes: 1 addition & 1 deletion fluid-nmf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if reacoma.settings.fatal then return end
obj = reacoma.nmf
reacoma.params.get(obj)

reacoma.global_state.width = 429
reacoma.global_state.width = 375
reacoma.global_state.height = 169

ctx, viewport = imgui_helpers.create_context(obj.info.algorithm_name)
Expand Down

0 comments on commit cb5b423

Please sign in to comment.