Skip to content

Changed menu letter-casing to 'sentence-style' capitalization#3381

Open
agedpage wants to merge 1 commit intorizinorg:devfrom
agedpage:dev
Open

Changed menu letter-casing to 'sentence-style' capitalization#3381
agedpage wants to merge 1 commit intorizinorg:devfrom
agedpage:dev

Conversation

@agedpage
Copy link
Copy Markdown

@agedpage agedpage commented Oct 4, 2024

Your checklist for this pull request

Detailed description

There is some clear inconsistency in the capitalization of some menu item. Looking at the discussion under issue #2331, it appeared that sentence-style casing appears as a choice on many style guides. It's been a while since the issue was opened and it was an easy fix, so I went ahead and made the change.

Test plan (required)

Here are a couple inconsistent menus:
image
image

After changing the capitalization, they look like this:
image
image

Closing issues

closes #2331

Copy link
Copy Markdown
Member

@XVilka XVilka left a comment

Choose a reason for hiding this comment

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

Please remove irrelevant changes

Comment thread src/core/MainWindow.ui
<y>127</y>
<width>151</width>
<height>312</height>
<x>339</x>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why this change?

Comment thread src/core/MainWindow.ui
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
<enum>Qt::ContextMenuPolicy::DefaultContextMenu</enum>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Irrelevant change?

Comment thread src/core/MainWindow.ui
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
<enum>Qt::ToolButtonStyle::ToolButtonIconOnly</enum>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same

Comment thread src/core/MainWindow.ui
</property>
<property name="icon">
<iconset>
<iconset resource="../resources.qrc">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why this change?

@XVilka
Copy link
Copy Markdown
Member

XVilka commented Dec 1, 2024

@ArmanChowdhury449 ping?

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.

Make the usage of letter-casing consistent across Cutter's interface

2 participants