Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Fix welcome (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Nov 2, 2017
1 parent 48e6d72 commit 5acb8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.14.402"
CNCHI_VERSION = "0.14.403"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down
4 changes: 2 additions & 2 deletions ui/welcome.ui
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<property name="margin_bottom">20</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<property name="max_width_chars">28</property>
<!--<property name="max_width_chars">28</property>-->
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -96,7 +96,7 @@
<property name="margin_bottom">20</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<property name="max_width_chars">29</property>
<!--<property name="max_width_chars">29</property>-->
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit 5acb8c6

Please sign in to comment.