From b332eae7f64378728b38fabd238b97f09aa8ec45 Mon Sep 17 00:00:00 2001 From: Fernando Farfan Date: Mon, 10 Jun 2013 21:30:21 -0700 Subject: Draw topbars in EosWindow Work in progress. Topbars do not appear when using Endless theme. [endlessm/eos-sdk#97] --- test/smoke-tests/app-window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/smoke-tests/app-window.js b/test/smoke-tests/app-window.js index 3f8f79f..8f1c9a0 100644 --- a/test/smoke-tests/app-window.js +++ b/test/smoke-tests/app-window.js @@ -117,7 +117,7 @@ const LeftTopbar = new Lang.Class ({ props.orientation = Gtk.Orientation.VERTICAL; this.parent(props); - this._label = new Gtk.Label({ label: 'How big do we want the left topbar?' }); + this._label = new Gtk.Label({ label: 'The Left Topbar' }); this.add(this._label); } -- cgit v1.2.3