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
|
||||
}
|
||||
}.attachTo(m_packagesStack);
|
||||
}.attachTo(m_packagesStack, WithoutMargins);
|
||||
|
||||
Column {
|
||||
m_outputEdit,
|
||||
Row { m_sdkLicenseLabel, m_sdkLicenseButtonBox },
|
||||
m_operationProgress,
|
||||
st,
|
||||
Row { st, cancelButton }
|
||||
}.attachTo(m_outputStack);
|
||||
}.attachTo(m_outputStack, WithoutMargins);
|
||||
|
||||
Column {
|
||||
m_viewStack,
|
||||
|
Reference in New Issue
Block a user