mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #352] [MERGED] Ide: Toolbar in the row is now true on macOS #335
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/352
Author: @klugier
Created: 1/18/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @mirek-fidler
Base:
master← Head:klugier/toolbar-in-the-row-default-on-mac📝 Commits (1)
da18ea5Ide: Toolbar in the row is now true on macOS.📊 Changes
2 files changed (+8 additions, -5 deletions)
View changed files
📝
uppsrc/ide/ide.h(+8 -4)📝
uppsrc/ide/idewin.cpp(+0 -1)📄 Description
Since there is no menubar on macOS and we are alwasy using system wide menu bar. The default behaviour with no toolbar in the row looks strange. So, this PR changes this option. We can also, consider to hide this option from settings...
Toolbar in the row

No toolbar in the row, too much empty space...

BTW, We can consider moving the question mark when Toolbar in the Row is active after the current line display indicator.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.