Make tabs scrollable
authorChip Black <bytex64@bytex64.net>
Sat, 6 Jun 2009 09:20:59 +0000 (04:20 -0500)
committerChip Black <bytex64@bytex64.net>
Sat, 6 Jun 2009 09:20:59 +0000 (04:20 -0500)
WebThing.cs

index 6f8a164..5aa52cf 100644 (file)
@@ -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);