Skip to content
Snippets Groups Projects

[gui] Fix menu item labels alignment

Closed Sylvain Chiron requested to merge Frigory33/frama-c:master into master

Hello, thank you for providing Frama-C.

This MR fixes menu items alignments at the top of the GUI for items with a picture. They are currently centered, which gives them a quite uncommon style:

image

With my fix, it’s like this:

image

I wasn’t able to remove the margins on the left and on the right though.

The fix is to change box#add to box#pack when creating the menu items. It is on my fork: https://git.frama-c.com/Frigory33/frama-c

I also removed some unnecessary labeled arguments which didn’t solve the issue.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading