Skip to content

Commit c0941c9

Browse files
committed
~ Remove the unused font from ui files
1 parent 9934d48 commit c0941c9

File tree

2 files changed

+2
-62
lines changed

2 files changed

+2
-62
lines changed

src/app/MainWindow.ui

+1-51
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,6 @@ QToolButton:pressed {
236236
<height>22</height>
237237
</size>
238238
</property>
239-
<property name="font">
240-
<font>
241-
<family>sta_thumbnail_panel_icons</family>
242-
</font>
243-
</property>
244239
<property name="toolTip">
245240
<string>Previous page.</string>
246241
</property>
@@ -298,11 +293,6 @@ QToolButton:pressed {
298293
<height>22</height>
299294
</size>
300295
</property>
301-
<property name="font">
302-
<font>
303-
<family>sta_thumbnail_panel_icons</family>
304-
</font>
305-
</property>
306296
<property name="toolTip">
307297
<string>Next page.</string>
308298
</property>
@@ -360,11 +350,6 @@ QToolButton:pressed {
360350
<height>22</height>
361351
</size>
362352
</property>
363-
<property name="font">
364-
<font>
365-
<family>sta_thumbnail_panel_icons</family>
366-
</font>
367-
</property>
368353
<property name="toolTip">
369354
<string>Navigate through selected pages only.</string>
370355
</property>
@@ -435,11 +420,6 @@ QToolButton:pressed {
435420
<height>22</height>
436421
</size>
437422
</property>
438-
<property name="font">
439-
<font>
440-
<family>sta_thumbnail_panel_icons</family>
441-
</font>
442-
</property>
443423
<property name="toolTip">
444424
<string>Magnify thumbnails. (Ctrl++)</string>
445425
</property>
@@ -497,11 +477,6 @@ QToolButton:pressed {
497477
<height>22</height>
498478
</size>
499479
</property>
500-
<property name="font">
501-
<font>
502-
<family>sta_thumbnail_panel_icons</family>
503-
</font>
504-
</property>
505480
<property name="toolTip">
506481
<string>Diminish thumbnails. (Ctrl+-)</string>
507482
</property>
@@ -569,11 +544,6 @@ QToolButton:pressed {
569544
<height>22</height>
570545
</size>
571546
</property>
572-
<property name="font">
573-
<font>
574-
<family>sta_thumbnail_panel_icons</family>
575-
</font>
576-
</property>
577547
<property name="toolTip">
578548
<string>Go To Page... (Ctrl+G)</string>
579549
</property>
@@ -631,11 +601,6 @@ QToolButton:pressed {
631601
<height>22</height>
632602
</size>
633603
</property>
634-
<property name="font">
635-
<font>
636-
<family>sta_thumbnail_panel_icons</family>
637-
</font>
638-
</property>
639604
<property name="toolTip">
640605
<string>Enable multi page selection mode.</string>
641606
</property>
@@ -708,11 +673,6 @@ QToolButton:checked {
708673
<height>22</height>
709674
</size>
710675
</property>
711-
<property name="font">
712-
<font>
713-
<family>sta_thumbnail_panel_icons</family>
714-
</font>
715-
</property>
716676
<property name="toolTip">
717677
<string>Single/multi column display.</string>
718678
</property>
@@ -773,11 +733,6 @@ QToolButton:pressed {
773733
<height>22</height>
774734
</size>
775735
</property>
776-
<property name="font">
777-
<font>
778-
<family>sta_thumbnail_panel_icons</family>
779-
</font>
780-
</property>
781736
<property name="toolTip">
782737
<string>Sorting order.</string>
783738
</property>
@@ -838,13 +793,8 @@ QToolButton:pressed {
838793
<height>22</height>
839794
</size>
840795
</property>
841-
<property name="font">
842-
<font>
843-
<family>sta_thumbnail_panel_icons</family>
844-
</font>
845-
</property>
846796
<property name="toolTip">
847-
<string>Show deviation.</string>
797+
<string>Highlight deviation.</string>
848798
</property>
849799
<property name="styleSheet">
850800
<string notr="true">QToolButton:!hover {

src/app/ProjectFilesDialog.ui

+1-11
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@
104104
<verstretch>0</verstretch>
105105
</sizepolicy>
106106
</property>
107-
<property name="font">
108-
<font>
109-
<family>sta_project_dialog_icons</family>
110-
</font>
111-
</property>
112107
<property name="toolTip">
113108
<string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
114109
p, li { white-space: pre-wrap; }
@@ -120,7 +115,7 @@ p, li { white-space: pre-wrap; }
120115
</property>
121116
<property name="icon">
122117
<iconset resource="../resources/resources.qrc">
123-
<normaloff>:/icons/rigth-arrow-inscribed.svg</normaloff>:/icons/rigth-arrow-inscribed.svg</iconset>
118+
<normaloff>:/icons/right-arrow-inscribed.svg</normaloff>:/icons/right-arrow-inscribed.svg</iconset>
124119
</property>
125120
<property name="iconSize">
126121
<size>
@@ -138,11 +133,6 @@ p, li { white-space: pre-wrap; }
138133
<verstretch>0</verstretch>
139134
</sizepolicy>
140135
</property>
141-
<property name="font">
142-
<font>
143-
<family>sta_project_dialog_icons</family>
144-
</font>
145-
</property>
146136
<property name="toolTip">
147137
<string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
148138
p, li { white-space: pre-wrap; }

0 commit comments

Comments
 (0)