Skip to content

Commit

Permalink
fix selection-color for project and task type when not focussed
Browse files Browse the repository at this point in the history
fixes #489
  • Loading branch information
bimac committed Sep 11, 2023
1 parent 74edbb7 commit cd49389
Showing 1 changed file with 129 additions and 1 deletion.
130 changes: 129 additions & 1 deletion iblrig/gui/wizard.ui
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,70 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QListView" name="uiListProcedures">
<property name="palette">
<palette>
<active>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>120</green>
<blue>215</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>120</green>
<blue>215</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>120</green>
<blue>215</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
</property>
Expand Down Expand Up @@ -72,6 +136,70 @@
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QListView" name="uiListProjects">
<property name="palette">
<palette>
<active>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>120</green>
<blue>215</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>120</green>
<blue>215</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>120</green>
<blue>215</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
</property>
Expand Down Expand Up @@ -363,7 +491,7 @@
<x>0</x>
<y>0</y>
<width>698</width>
<height>28</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="uiMenuFile">
Expand Down

0 comments on commit cd49389

Please sign in to comment.