Ma77Ball commented on code in PR #4086:
URL: https://github.com/apache/texera/pull/4086#discussion_r2653183890


##########
frontend/src/app/workspace/component/result-panel/result-panel.component.ts:
##########
@@ -52,7 +52,7 @@ import { CompilationState } from 
"../../types/workflow-compiling.interface";
 import { WorkflowFatalError } from "../../types/workflow-websocket.interface";
 
 export const DEFAULT_WIDTH = 800;
-export const DEFAULT_HEIGHT = 300;
+export const DEFAULT_HEIGHT = 500;

Review Comment:
   @aglinxinyuan The issue is that the original height cuts off the numbers 
when opening the result panel, whereas increasing the result-panel height by 
200 is the perfect size to avoid cutting off any buttons. 
   ## Result Panel with height 300: 
   <img width="1107" height="522" alt="image" 
src="https://github.com/user-attachments/assets/7ade6919-9556-4fc8-b4d3-932245f97b50";
 />
   
   ## Result Panel with height 500: 
   <img width="1093" height="761" alt="image" 
src="https://github.com/user-attachments/assets/0372bc35-547b-4218-9793-ed6213872c6f";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to