Skip to content

Commit 89df278

Browse files
jgressmannrkollataj
authored andcommitted
Set fixed width font on viewers to reduce glitches
1 parent a2e9128 commit 89df278

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/components/canrawview/gui/canrawview.ui

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
</item>
135135
<item>
136136
<widget class="QTableView" name="tv">
137+
<property name="font">
138+
<font>
139+
<family>DejaVu Sans Mono</family>
140+
</font>
141+
</property>
137142
<property name="focusPolicy">
138143
<enum>Qt::NoFocus</enum>
139144
</property>

src/components/cansignalviewer/gui/cansignalviewer.ui

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<height>300</height>
2323
</size>
2424
</property>
25+
<property name="font">
26+
<font>
27+
<family>DejaVu Sans Mono</family>
28+
</font>
29+
</property>
2530
<property name="windowTitle">
2631
<string>Form</string>
2732
</property>

0 commit comments

Comments
 (0)