Skip to content

Commit 1dc7cda

Browse files
Ironborn
1 parent c467b87 commit 1dc7cda

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CryptoNoteWallet.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set(CN_PROJECT_NAME "DRAGONGLASS")
33
set(CN_CURRENCY_DISPLAY_NAME "DRAGONGLASS")
44
set(CN_CURRENCY_TICKER "DRGL")
5-
set(CN_VERSION 2.2.0)
5+
set(CN_VERSION 2.3.0)

cryptonote

src/gui/ui/accountframe.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ background-color: transparent;
283283
<number>0</number>
284284
</property>
285285
<property name="text">
286-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ececec;&quot;&gt;DRACARYS __________________________________T h e__ L o n g__ N i g h t__ I s__ C o m i n g . . . . . . . .&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
286+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ececec;&quot;&gt;IRONBORN __________________________________T h e__ L o n g__ N i g h t__ I s__ C o m i n g . . . . . . . .&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
287287
</property>
288288
<property name="textFormat">
289289
<enum>Qt::RichText</enum>
@@ -292,7 +292,7 @@ background-color: transparent;
292292
<bool>true</bool>
293293
</property>
294294
<property name="alignment">
295-
<set>Qt::AlignVCenter|Qt::AlignLeading|Qt::AlignLeft</set>
295+
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
296296
</property>
297297
<property name="margin">
298298
<number>3</number>
@@ -1343,7 +1343,7 @@ background-color: transparent;
13431343
<string>0.00</string>
13441344
</property>
13451345
<property name="alignment">
1346-
<set>Qt::AlignVCenter|Qt::AlignRight|Qt::AlignTrailing</set>
1346+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
13471347
</property>
13481348
<property name="margin">
13491349
<number>0</number>

src/images/splash.png

546 KB
Loading

src/resources.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<file>languages/qt_fr.qm</file>
6868
</qresource>
6969
<qresource prefix="/fonts">
70-
<file alias="mplusm">fonts/mplus-1m-medium.ttf</file>
70+
<file alias="mplusm">fonts/mplus-1m-medium.ttf</file>
7171
<file alias="Game of Thrones">fonts/Game of Thrones.ttf</file>
7272
<file alias="Cinzel">fonts/Cinzel-Regular.ttf</file>
7373
<file alias="Cinzel Decorative">fonts/CinzelDecorative-Regular.ttf</file>

0 commit comments

Comments
 (0)