ocarina: Settings close button has no relief

I like the look of gtk.RELIEF_NONE
This commit is contained in:
Bryan Schumaker 2011-06-18 11:12:07 -04:00
parent 92fd8e508d
commit bf9ef7666c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ settings_page.pack_start(categories, True, True)
settings_page.show_all()
close_button = gtk.Button("Close", gtk.STOCK_CLOSE)
close_button.set_relief(gtk.RELIEF_NONE)
categories.set_action_widget(close_button, gtk.PACK_END)
close_button.show()