Skip to content

Commit 9cffb60

Browse files
committed
Increased font size for big labels in ascent viewer
1 parent 54177b1 commit 9cffb60

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/ui/ascent_viewer.ui

+6-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<x>0</x>
6363
<y>0</y>
6464
<width>422</width>
65-
<height>818</height>
65+
<height>834</height>
6666
</rect>
6767
</property>
6868
<property name="sizePolicy">
@@ -191,7 +191,7 @@
191191
<widget class="QLabel" name="peakNameLabel">
192192
<property name="font">
193193
<font>
194-
<pointsize>16</pointsize>
194+
<pointsize>20</pointsize>
195195
</font>
196196
</property>
197197
<property name="text">
@@ -524,7 +524,7 @@
524524
<widget class="QLabel" name="ascentTitleLabel">
525525
<property name="font">
526526
<font>
527-
<pointsize>16</pointsize>
527+
<pointsize>20</pointsize>
528528
</font>
529529
</property>
530530
<property name="text">
@@ -1642,6 +1642,9 @@
16421642
<property name="title">
16431643
<string>Slideshow</string>
16441644
</property>
1645+
<property name="alignment">
1646+
<set>Qt::AlignCenter</set>
1647+
</property>
16451648
<layout class="QVBoxLayout" name="verticalLayout">
16461649
<property name="spacing">
16471650
<number>2</number>

0 commit comments

Comments
 (0)