Skip to content

Commit

Permalink
Use bold font for Date group in sensors filter dialog operators widget
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Oct 1, 2024
1 parent 75e699a commit 7d567aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ QgsSensorThingsSubsetEditor::QgsSensorThingsSubsetEditor( QgsVectorLayer *layer,
boldFont.setBold( true );
mLabelComparisons->setFont( boldFont );
mLabelLogical->setFont( boldFont );
mLabelDate->setFont( boldFont );
mLabelArithmetic->setFont( boldFont );

mButtonEq->setToolTip( tr( "Equal" ) );
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgssensorthingssubseteditorbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="2" column="3" colspan="3">
<widget class="QLabel" name="mLabelLogical_2">
<widget class="QLabel" name="mLabelDate">
<property name="text">
<string>Date</string>
</property>
Expand Down

0 comments on commit 7d567aa

Please sign in to comment.