commit: | 2d9338f4cb3c365945b10c0b3b30291582f37a2d |
author: | Chip Black |
committer: | Chip Black |
date: | Sat Jun 6 04:20:59 2009 -0500 |
parents: | e754c4d8175a3e5b381d27b8eb5a11a8d6085d7f |
diff --git a/WebThing.cs b/WebThing.cs line changes: +1/-0 index 6f8a164..5aa52cf --- a/WebThing.cs +++ b/WebThing.cs
@@ -69,6 +69,7 @@ namespace bytex64.WebThing { _Tabs = new Gtk.Notebook(); _Tabs.ShowBorder = false; + _Tabs.Scrollable = true; _Tabs.SwitchPage += Tabs_SwitchPage; WidgetGrid.Attach(_Tabs, 1, 2, 1, 2);