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

Commit

Permalink
Fix proxy font dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Nov 2, 2017
1 parent 5acb8c6 commit e7b4cb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/css/gtk-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,7 @@ StateBox {
#location-listbox, .row .label:hover {
font-size: 12px;
}

.dialog-vbox {
font-size: 11px;
}
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.403"
CNCHI_VERSION = "0.14.404"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down

0 comments on commit e7b4cb6

Please sign in to comment.