Skip to content

Commit 5cce7ed

Browse files
add-uosdeepin-bot[bot]
authored andcommitted
fix(qml): fix button layout margin by adding right margin
Add Layout.rightMargin: 8 to expand/collapse button for proper spacing. 为展开/折叠按钮添加 Layout.rightMargin: 8 以调整布局间距。 Log: 修复按钮布局边距 PMS: BUG-353875 Influence: 修复后按钮布局间距更合理,提升用户界面美观度和用户体验。
1 parent 977150b commit 5cce7ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dcc-update-plugin/qml/UpdateSetting.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ DccObject {
135135
hoveredDark: hovered
136136
}
137137
bottomPadding: 0
138+
Layout.rightMargin: 8
138139
font: D.DTK.fontManager.t8
139140
text: advancedSetting.showDetails ? qsTr("Collapse") : qsTr("Expand")
140141
onClicked: {

0 commit comments

Comments
 (0)