| Index: debugger/QT/SkDebuggerGUI.cpp
|
| diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
|
| index 05f488661668b1ca28840ef1354102f0057ab96c..cb8ae1046ec3c0e7f81198116e21d7769c455e89 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);
|
|
|