| Index: debugger/QT/SkDebuggerGUI.cpp
|
| diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
|
| index 14f54177ba44baa50870e4522347f310897f1b47..f7b72243b6e3617dd87446cd2e4ac7d37278a8bf 100644
|
| --- a/debugger/QT/SkDebuggerGUI.cpp
|
| +++ b/debugger/QT/SkDebuggerGUI.cpp
|
| @@ -609,10 +609,6 @@ void SkDebuggerGUI::setupUi(QMainWindow *SkDebuggerGUI) {
|
|
|
| fDrawCommandGeometryWidget.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
|
|
| - fInspectorWidget.setSizePolicy(QSizePolicy::Expanding,
|
| - QSizePolicy::Expanding);
|
| - fInspectorWidget.setMaximumHeight(300);
|
| -
|
| fSettingsAndImageLayout.addWidget(&fSettingsWidget);
|
|
|
| // View state group, part of inspector.
|
| @@ -654,8 +650,8 @@ void SkDebuggerGUI::setupUi(QMainWindow *SkDebuggerGUI) {
|
| fCanvasSettingsAndImageLayout.addLayout(&fSettingsAndImageLayout, 0);
|
|
|
| fMainAndRightColumnLayout.setSpacing(6);
|
| - fMainAndRightColumnLayout.addLayout(&fCanvasSettingsAndImageLayout);
|
| - fMainAndRightColumnLayout.addWidget(&fInspectorWidget);
|
| + fMainAndRightColumnLayout.addLayout(&fCanvasSettingsAndImageLayout, 1);
|
| + fMainAndRightColumnLayout.addWidget(&fInspectorWidget, 0);
|
| fMainAndRightColumnWidget.setLayout(&fMainAndRightColumnLayout);
|
|
|
| fCentralSplitter.addWidget(&fLeftColumnSplitter);
|
|
|