diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 20:02:04 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 20:02:04 (GMT) |
| commit | 4b85d19217ed512d905521f4c050c8b706afc9c2 (patch) | |
| tree | 943f1816b9d2a3bdd2fe78d12cacd68d6ec42112 /src/search/SearchView.cpp | |
| parent | 5a2da01a5b1d59bae3d1f00132230835e6803301 (diff) | |
| download | powder-4b85d19217ed512d905521f4c050c8b706afc9c2.zip powder-4b85d19217ed512d905521f4c050c8b706afc9c2.tar.gz | |
Nicer colour for "popular tags" header
Diffstat (limited to 'src/search/SearchView.cpp')
| -rw-r--r-- | src/search/SearchView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/SearchView.cpp b/src/search/SearchView.cpp index cf02985..1e55ed5 100644 --- a/src/search/SearchView.cpp +++ b/src/search/SearchView.cpp @@ -16,7 +16,7 @@ SearchView::SearchView(): nextButton = new ui::Button(ui::Point(XRES+BARSIZE-52, YRES+MENUSIZE-18), ui::Point(50, 16), "Next \x95"); previousButton = new ui::Button(ui::Point(1, YRES+MENUSIZE-18), ui::Point(50, 16), "\x96 Prev"); infoLabel = new ui::Label(ui::Point(51, YRES+MENUSIZE-18), ui::Point(XRES+BARSIZE-102, 16), "Loading..."); - tagsLabel = new ui::Label(ui::Point(51, YRES+MENUSIZE-18), ui::Point(XRES+BARSIZE-102, 16), "Popular Tags:"); + tagsLabel = new ui::Label(ui::Point(51, YRES+MENUSIZE-18), ui::Point(XRES+BARSIZE-102, 16), "\boPopular Tags:"); class SearchAction : public ui::TextboxAction { |
