Skip to content

fix: set the padding to zero in tool bar - #2065

Closed
Bambooin wants to merge 1 commit into
developfrom
tool-bar-padding
Closed

fix: set the padding to zero in tool bar#2065
Bambooin wants to merge 1 commit into
developfrom
tool-bar-padding

Conversation

@Bambooin

@Bambooin Bambooin commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Pull request

Issue tracker

Fixes will automatically close the related issues

Fixes #2062
Fixes #

Feature

Describe features of this pull request

This patch is verified in LineageOS 23, and suggested by @ENOA-REIAH-UION

Code of conduct

Code style

Build pass

  • make debug

Manually test

  • Done

Code Review

  1. No wildcards import
  2. Manual build and test pass
  3. GitHub Action CI pass
  4. At least one contributor review and approve
  5. Merged clean without conflicts
  6. PR will be merged by rebase upstream base

Daily build

Login and download artifact at https://github.com/osfans/trime/actions

Additional Info

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the tongwenfeng shared theme configuration to adjust the toolbar’s ASCII mode toggle button appearance, aiming to address the reported vertical misalignment for the “中/En” label (Issue #2062).

Changes:

  • Set tool_bar.ascii_mode_button.foreground.padding from 10 to 0 in tongwenfeng.trime.yaml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1046 to 1050
foreground:
option_styles: ["中", "En"] # 样式也可以为表,将根据 action 的 toggle 决定
font_size: 18 # 按钮字体大小
padding: 10
padding: 0
action: Mode_switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Toolbar「中」字垂直位置偏下

2 participants