Skip to content
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

ENH: switch lim colors to blk/org from yel/yel #600

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/source/upcoming_release_notes/600-enh_lim_colors.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
600 enh_lim_colors
##################

API Breaks
----------
- N/A

Features
--------
- Change position widget limit colors from yellow off/yellow on to
dark gray off/orange on for better contrast.

Bugfixes
--------
- N/A

Maintenance
-----------
- N/A

Contributors
------------
- zllentz
24 changes: 12 additions & 12 deletions typhos/ui/widgets/positioner.ui
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@
</property>
<property name="onColor" stdset="0">
<color>
<red>239</red>
<green>246</green>
<blue>20</blue>
<red>255</red>
<green>150</green>
<blue>0</blue>
</color>
</property>
<property name="offColor" stdset="0">
<color>
<red>178</red>
<green>188</green>
<blue>17</blue>
<red>50</red>
<green>50</green>
<blue>50</blue>
</color>
</property>
<property name="showLabels" stdset="0">
Expand Down Expand Up @@ -595,16 +595,16 @@ Screen</string>
</property>
<property name="onColor" stdset="0">
<color>
<red>239</red>
<green>246</green>
<blue>20</blue>
<red>255</red>
<green>150</green>
<blue>0</blue>
</color>
</property>
<property name="offColor" stdset="0">
<color>
<red>178</red>
<green>188</green>
<blue>17</blue>
<red>50</red>
<green>50</green>
<blue>50</blue>
</color>
</property>
<property name="orientation" stdset="0">
Expand Down
34 changes: 17 additions & 17 deletions typhos/ui/widgets/positioner_row.ui
Original file line number Diff line number Diff line change
Expand Up @@ -483,16 +483,16 @@
</property>
<property name="onColor" stdset="0">
<color>
<red>239</red>
<green>246</green>
<blue>20</blue>
<red>255</red>
<green>150</green>
<blue>0</blue>
</color>
</property>
<property name="offColor" stdset="0">
<color>
<red>178</red>
<green>188</green>
<blue>17</blue>
<red>50</red>
<green>50</green>
<blue>50</blue>
</color>
</property>
<property name="showLabels" stdset="0">
Expand Down Expand Up @@ -779,16 +779,16 @@
</property>
<property name="onColor" stdset="0">
<color>
<red>239</red>
<green>246</green>
<blue>20</blue>
<red>255</red>
<green>150</green>
<blue>0</blue>
</color>
</property>
<property name="offColor" stdset="0">
<color>
<red>178</red>
<green>188</green>
<blue>17</blue>
<red>50</red>
<green>50</green>
<blue>50</blue>
</color>
</property>
<property name="orientation" stdset="0">
Expand Down Expand Up @@ -1275,16 +1275,16 @@ Screen</string>
<extends>QFrame</extends>
<header>typhos.display</header>
</customwidget>
<customwidget>
<class>TyphosRelatedSuiteButton</class>
<extends>QPushButton</extends>
<header>typhos.related_display</header>
</customwidget>
<customwidget>
<class>TyphosNotesEdit</class>
<extends>QLineEdit</extends>
<header>typhos.notes</header>
</customwidget>
<customwidget>
<class>TyphosRelatedSuiteButton</class>
<extends>QPushButton</extends>
<header>typhos.related_display</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
Expand Down
Loading