forked from qt-creator/qt-creator
Android: Remove extra spacings and margins from AndroidSdkManagerWidget
Change-Id: I74f35daa52b779504c859153482aabb5ae49521f Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -146,15 +146,14 @@ AndroidSdkManagerWidget::AndroidSdkManagerWidget(AndroidConfig &config,
|
|||||||
},
|
},
|
||||||
optionsButton
|
optionsButton
|
||||||
}
|
}
|
||||||
}.attachTo(m_packagesStack);
|
}.attachTo(m_packagesStack, WithoutMargins);
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
m_outputEdit,
|
m_outputEdit,
|
||||||
Row { m_sdkLicenseLabel, m_sdkLicenseButtonBox },
|
Row { m_sdkLicenseLabel, m_sdkLicenseButtonBox },
|
||||||
m_operationProgress,
|
m_operationProgress,
|
||||||
st,
|
|
||||||
Row { st, cancelButton }
|
Row { st, cancelButton }
|
||||||
}.attachTo(m_outputStack);
|
}.attachTo(m_outputStack, WithoutMargins);
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
m_viewStack,
|
m_viewStack,
|
||||||
|
Reference in New Issue
Block a user