forked from qt-creator/qt-creator
QmlDesigner: Fix gap between extended states
Fix the gap between more than 4 extended states in a row. Change-Id: I9c8435de0cba74267a23a970e0967388692f5811 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
07ab73fe7f
commit
79994c8504
@@ -747,8 +747,7 @@ Rectangle {
|
||||
height: extendGap.portraitOneColumn ? root.innerGridSpacing : Constants.thumbnailSize
|
||||
+ 2 * root.extend
|
||||
color: StudioTheme.Values.themeStateHighlight
|
||||
visible: extendBackground.radius !== 0
|
||||
&& extendBackground.visible
|
||||
visible: extendBackground.visible
|
||||
}
|
||||
|
||||
StateThumbnail {
|
||||
|
Reference in New Issue
Block a user