Skip to content

Commit

Permalink
Ironborn
Browse files Browse the repository at this point in the history
  • Loading branch information
aejontargaryen committed Dec 17, 2018
1 parent c467b87 commit 1dc7cda
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CryptoNoteWallet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set(CN_PROJECT_NAME "DRAGONGLASS")
set(CN_CURRENCY_DISPLAY_NAME "DRAGONGLASS")
set(CN_CURRENCY_TICKER "DRGL")
set(CN_VERSION 2.2.0)
set(CN_VERSION 2.3.0)
2 changes: 1 addition & 1 deletion cryptonote
6 changes: 3 additions & 3 deletions src/gui/ui/accountframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ background-color: transparent;
<number>0</number>
</property>
<property name="text">
<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>
<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>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
Expand All @@ -292,7 +292,7 @@ background-color: transparent;
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignVCenter|Qt::AlignLeading|Qt::AlignLeft</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="margin">
<number>3</number>
Expand Down Expand Up @@ -1343,7 +1343,7 @@ background-color: transparent;
<string>0.00</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter|Qt::AlignRight|Qt::AlignTrailing</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="margin">
<number>0</number>
Expand Down
Binary file modified src/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<file>languages/qt_fr.qm</file>
</qresource>
<qresource prefix="/fonts">
<file alias="mplusm">fonts/mplus-1m-medium.ttf</file>
<file alias="mplusm">fonts/mplus-1m-medium.ttf</file>
<file alias="Game of Thrones">fonts/Game of Thrones.ttf</file>
<file alias="Cinzel">fonts/Cinzel-Regular.ttf</file>
<file alias="Cinzel Decorative">fonts/CinzelDecorative-Regular.ttf</file>
Expand Down

0 comments on commit 1dc7cda

Please sign in to comment.