Skip to content

Commit

Permalink
feat: 修改设置信息页面的提示信息与底部距离
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiaoyong committed Jan 17, 2024
1 parent dfe19d3 commit 0645630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fun PageSettingInfo(window: ComposeWindow, settings: SettingsTool) {
}

Column(
modifier = Modifier.fillMaxWidth().padding(top = 100.dp),
modifier = Modifier.fillMaxWidth().padding(top = 90.dp),
verticalArrangement = Arrangement.Bottom,
horizontalAlignment = Alignment.CenterHorizontally
) {
Expand Down

0 comments on commit 0645630

Please sign in to comment.