ENH:editing_window_width's value is small on the laptop

Jira: STUDIO-5238 STUDIO-5265
Change-Id: Ia958772bcb081817da621115f99328bb62770cd5
This commit is contained in:
zhou.xu 2023-11-24 11:41:13 +08:00 committed by Lane.Wei
parent 8ddee271ea
commit c59e7ca79d
1 changed files with 1 additions and 1 deletions

View File

@ -1947,7 +1947,7 @@ void GLGizmoAdvancedCut::render_cut_plane_input_window(float x, float y, float b
#ifdef __APPLE__
m_editing_window_width = 400;
#else
m_editing_window_width = 270;
m_editing_window_width = 290;
#endif
bool is_changed{false};
is_changed |= render_slider_double_input(_u8L("Depth"), m_groove.depth, m_groove.depth_tolerance);