Skip to content

Commit be2b3b8

Browse files
sc0wraveit65
authored andcommitted
ui files: add missing icons in titles to dialogs
1 parent a1cfbbd commit be2b3b8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎data/buttons-financial.ui‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<property name="title" translatable="yes" comments="Title of Compounding Term dialog">Compounding Term</property>
99
<property name="resizable">False</property>
1010
<property name="type_hint">dialog</property>
11+
<property name="icon_name">accessories-calculator</property>
1112
<signal name="response" handler="finc_response_cb" swapped="no"/>
1213
<child>
1314
<placeholder/>
@@ -190,6 +191,7 @@
190191
<property name="title" translatable="yes" comments="Title of Double-Declining Depreciation dialog">Double-Declining Depreciation</property>
191192
<property name="resizable">False</property>
192193
<property name="type_hint">dialog</property>
194+
<property name="icon_name">accessories-calculator</property>
193195
<signal name="response" handler="finc_response_cb" swapped="no"/>
194196
<child>
195197
<placeholder/>
@@ -372,6 +374,7 @@
372374
<property name="title" translatable="yes" comments="Title of Future Value dialog">Future Value</property>
373375
<property name="resizable">False</property>
374376
<property name="type_hint">dialog</property>
377+
<property name="icon_name">accessories-calculator</property>
375378
<signal name="response" handler="finc_response_cb" swapped="no"/>
376379
<child>
377380
<placeholder/>
@@ -554,6 +557,7 @@
554557
<property name="title" translatable="yes" comments="Title of Gross Profit Margin dialog">Gross Profit Margin</property>
555558
<property name="resizable">False</property>
556559
<property name="type_hint">dialog</property>
560+
<property name="icon_name">accessories-calculator</property>
557561
<signal name="response" handler="finc_response_cb" swapped="no"/>
558562
<child>
559563
<placeholder/>
@@ -706,6 +710,7 @@
706710
<property name="title" translatable="yes" comments="Title of Periodic Payment dialog">Periodic Payment</property>
707711
<property name="resizable">False</property>
708712
<property name="type_hint">dialog</property>
713+
<property name="icon_name">accessories-calculator</property>
709714
<signal name="response" handler="finc_response_cb" swapped="no"/>
710715
<child>
711716
<placeholder/>
@@ -889,6 +894,7 @@
889894
<property name="title" translatable="yes" comments="Title of Present Value dialog">Present Value</property>
890895
<property name="resizable">False</property>
891896
<property name="type_hint">dialog</property>
897+
<property name="icon_name">accessories-calculator</property>
892898
<signal name="response" handler="finc_response_cb" swapped="no"/>
893899
<child>
894900
<placeholder/>
@@ -1072,6 +1078,7 @@
10721078
<property name="title" translatable="yes" comments="Title of Periodic Interest Rate dialog">Periodic Interest Rate</property>
10731079
<property name="resizable">False</property>
10741080
<property name="type_hint">dialog</property>
1081+
<property name="icon_name">accessories-calculator</property>
10751082
<signal name="response" handler="finc_response_cb" swapped="no"/>
10761083
<child>
10771084
<placeholder/>
@@ -1255,6 +1262,7 @@
12551262
<property name="title" translatable="yes" comments="Title of Straight-Line Depreciation dialog">Straight-Line Depreciation</property>
12561263
<property name="resizable">False</property>
12571264
<property name="type_hint">dialog</property>
1265+
<property name="icon_name">accessories-calculator</property>
12581266
<signal name="response" handler="finc_response_cb" swapped="no"/>
12591267
<child>
12601268
<placeholder/>
@@ -1438,6 +1446,7 @@
14381446
<property name="title" translatable="yes" comments="Title of Sum-of-the-Years'-Digits Depreciation dialog">Sum-of-the-Years'-Digits Depreciation</property>
14391447
<property name="resizable">False</property>
14401448
<property name="type_hint">dialog</property>
1449+
<property name="icon_name">accessories-calculator</property>
14411450
<signal name="response" handler="finc_response_cb" swapped="no"/>
14421451
<child>
14431452
<placeholder/>
@@ -1650,6 +1659,7 @@
16501659
<property name="title" translatable="yes" comments="Title of Payment Period dialog">Payment Period</property>
16511660
<property name="resizable">False</property>
16521661
<property name="type_hint">dialog</property>
1662+
<property name="icon_name">accessories-calculator</property>
16531663
<signal name="response" handler="finc_response_cb" swapped="no"/>
16541664
<child>
16551665
<placeholder/>

‎data/buttons-programming.ui‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<property name="title" translatable="yes" comments="Title of insert character code dialog">Insert Character Code</property>
99
<property name="resizable">False</property>
1010
<property name="type_hint">dialog</property>
11+
<property name="icon_name">accessories-calculator</property>
1112
<signal name="delete-event" handler="character_code_dialog_delete_cb" swapped="no"/>
1213
<signal name="response" handler="character_code_dialog_response_cb" swapped="no"/>
1314
<child>

0 commit comments

Comments
 (0)