-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed menu letter-casing to 'sentence-style' capitalization #3381
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
<y>127</y> | ||
<width>151</width> | ||
<height>312</height> | ||
<x>339</x> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
@@ -201,7 +201,7 @@ | |||
</sizepolicy> | |||
</property> | |||
<property name="contextMenuPolicy"> | |||
<enum>Qt::DefaultContextMenu</enum> | |||
<enum>Qt::ContextMenuPolicy::DefaultContextMenu</enum> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Irrelevant change?
@@ -216,7 +216,7 @@ | |||
</size> | |||
</property> | |||
<property name="toolButtonStyle"> | |||
<enum>Qt::ToolButtonIconOnly</enum> | |||
<enum>Qt::ToolButtonStyle::ToolButtonIconOnly</enum> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
@@ -393,7 +394,7 @@ | |||
<bool>false</bool> | |||
</property> | |||
<property name="icon"> | |||
<iconset> | |||
<iconset resource="../resources.qrc"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
@ArmanChowdhury449 ping? |
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:
After changing the capitalization, they look like this:
Closing issues
closes #2331