gui: Change tab close name

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-31 22:50:04 -05:00 committed by Anna Schumaker
parent 0e4c05350a
commit b2b1620116
2 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,5 @@ Import("env", "CONFIG")
CONFIG.package("gtkmm-3.0")
CONFIG.reset(ALL = True)
ocarina = env.Program("ocarina", Glob("*.cpp") + SConscript("../lib/Sconscript"))
Default(ocarina)
res = Glob("*.cpp")
Return("res")

View File

@ -122,7 +122,7 @@ public:
PQTab::PQTab() : size_label("0", 0.5, 0.5)
{
close_icon.set(Gtk::Stock::CLOSE, Gtk::ICON_SIZE_MENU);
close_icon.set_from_icon_name("window-close", Gtk::ICON_SIZE_MENU);
close_button.set_image(close_icon);
close_button.set_relief(Gtk::RELIEF_NONE);