[gnome-documents] window: add a frame to the scrolled window
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] window: add a frame to the scrolled window
- Date: Tue, 2 Aug 2011 17:52:50 +0000 (UTC)
commit d8f4052a05fedf673abae188eaeb6c3d44802ef1
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Aug 2 19:52:07 2011 +0200
window: add a frame to the scrolled window
src/mainWindow.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 5ec238c..026ad90 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -89,7 +89,8 @@ MainWindow.prototype = {
this._viewContainer.add(this._toolbar.widget);
this._scrolledWin = new Gtk.ScrolledWindow({ hexpand: true,
- vexpand: true});
+ vexpand: true,
+ shadow_type: Gtk.ShadowType.IN });
this._viewContainer.add(this._scrolledWin);
this._grid.show_all();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]