Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB2-327] Center top sites hint position

  • Loading branch information
mahmoud-adam85 authored and naira-cliqz committed Jul 26, 2018
1 parent f0f4a0b commit 1f620a7009e2a43dab211bf5147ce43bbe16c30f
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/HomePanel/Freshtab/TopSites/TopSitesViewController.swift
@@ -68,7 +68,7 @@ class TopSitesViewController: UIViewController, HomePanel {
fileprivate func setConstraints() {
if self.emptyTopSitesHint.superview != nil {
self.emptyTopSitesHint.snp.makeConstraints({ (make) in
make.top.equalTo(self.view).offset(8)
make.top.equalTo(self.view)
make.left.right.equalTo(self.view)
make.height.equalTo(TopSitesUX.TopSiteHintHeight)
})

0 comments on commit 1f620a7

Please sign in to comment.