From b1aef444e234faa888e4a71731bf888281a62358 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 18 Dec 2018 12:43:17 +0100 Subject: Toolchain options: Enable horizontal scrollbar for details The scroll area was introduced for the large vertical size of the custom tool chain configuration widget, but actually the ABI setting for the non-custom tool chains is pretty wide and can require horizontal scrolling. Show a horizontal scroll bar too, if needed. Change-Id: Ied926c4b9f2add4ae7164346a9b068b4055e777d Reviewed-by: Alessandro Portale --- src/plugins/projectexplorer/toolchainconfigwidget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/plugins/projectexplorer/toolchainconfigwidget.cpp b/src/plugins/projectexplorer/toolchainconfigwidget.cpp index 2bfe9b3403..96e021a867 100644 --- a/src/plugins/projectexplorer/toolchainconfigwidget.cpp +++ b/src/plugins/projectexplorer/toolchainconfigwidget.cpp @@ -47,7 +47,6 @@ ToolChainConfigWidget::ToolChainConfigWidget(ToolChain *tc) : auto centralWidget = new Utils::DetailsWidget; centralWidget->setState(Utils::DetailsWidget::NoSummary); - setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setFrameShape(QFrame::NoFrame); setWidgetResizable(true); setFocusPolicy(Qt::NoFocus); -- cgit v1.2.3