summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp')
-rw-r--r--Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp b/Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp
index 7423e50e6b..4121057fef 100644
--- a/Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp
+++ b/Applications/SystemMonitor/ProcessUnveiledPathsWidget.cpp
@@ -34,7 +34,6 @@ ProcessUnveiledPathsWidget::ProcessUnveiledPathsWidget()
set_layout<GUI::VerticalBoxLayout>();
layout()->set_margins({ 4, 4, 4, 4 });
m_table_view = add<GUI::TableView>();
- m_table_view->set_size_columns_to_fit_content(true);
Vector<GUI::JsonArrayModel::FieldSpec> pid_unveil_fields;
pid_unveil_fields.empend("path", "Path", Gfx::TextAlignment::CenterLeft);