Skip to content

Commit

Permalink
Merge pull request #600 from ZLLentz/enh_lim_colors
Browse files Browse the repository at this point in the history
ENH: switch lim colors to blk/org from yel/yel
  • Loading branch information
ZLLentz authored Mar 20, 2024
2 parents 75d3e3c + f237595 commit 05dd328
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 29 deletions.
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

0 comments on commit 05dd328

Please sign in to comment.