Skip to content

Commit

Permalink
ui: Tweak styling here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Nov 10, 2023
1 parent ebdb425 commit 4b32944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
8 changes: 1 addition & 7 deletions src/display/qt/stylesheets/default/areas.qss
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,10 @@ QTreeWidget QHeaderView::section
padding-left: 0.45em;
margin: 0;
border: none;
border-right: 1px solid black;
background: #525252;
background: #404040;
color: #e0e0e0;
}

QTreeWidget QHeaderView::section:last
{
border-right: none;
}

QTreeWidget::item
{
background-color: #404040;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,12 @@
<item>
<widget class="QPushButton" name="pushButton_applyCustomResolution">
<property name="text">
<string>Set</string>
<string>Apply</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_inputForceButtons">
<property name="sizePolicy">
Expand Down

0 comments on commit 4b32944

Please sign in to comment.