Skip to content

Commit

Permalink
BUG: Fix DICOM table defined stylesheet messing up use with palette
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler authored and lassoan committed Jul 30, 2020
1 parent f0bb5d7 commit ca29bf3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Libs/DICOM/Widgets/Resources/UI/ctkDICOMTableManager.ui
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QSplitter::handle {background-color: rgb(200,200,200);}
QSplitter::handle:horizontal {width: 2px;}
QSplitter::handle:vertical {height: 2px;}</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand All @@ -156,9 +151,9 @@ QSplitter::handle:vertical {height: 2px;}</string>
<property name="childrenCollapsible">
<bool>false</bool>
</property>
<widget class="ctkDICOMTableView" name="patientsTable" native="true"/>
<widget class="ctkDICOMTableView" name="studiesTable" native="true"/>
<widget class="ctkDICOMTableView" name="seriesTable" native="true"/>
<widget class="ctkDICOMTableView" name="patientsTable"/>
<widget class="ctkDICOMTableView" name="studiesTable"/>
<widget class="ctkDICOMTableView" name="seriesTable"/>
</widget>
</item>
</layout>
Expand Down

0 comments on commit ca29bf3

Please sign in to comment.