summaryrefslogtreecommitdiff
path: root/data/widgets/topbar.ui
Commit message (Collapse)AuthorAge
* topbar: redo credit button show/hideMatt Watson2016-04-21
| | | | | | | | | | We had a stack and listened to enter leave to trigger a transition, but that broke when GtkStack ditched its main GdkWindow with the upgrade to 3.20. Switch to doing this all with a regular button in css, cause that's simpler https://phabricator.endlessm.com/T11000
* Convert EosTopBar to Glade XMLPhilip Chimento2015-12-07
Less code, more data. [endlessm/eos-sdk#3782]