npapi-vlc | branch: master | Cheng Sun <[email protected]> | Tue Jan 3 21:19:10 2012 +0000| [0fd627d1863ae839fd3a1f0370160fb30480487d] | committer: Jean-Baptiste Kempf
GTK: Use small toolbar icons Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0fd627d1863ae839fd3a1f0370160fb30480487d --- npapi/vlcplugin_gtk.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/npapi/vlcplugin_gtk.cpp b/npapi/vlcplugin_gtk.cpp index 7cba903..d9f0238 100644 --- a/npapi/vlcplugin_gtk.cpp +++ b/npapi/vlcplugin_gtk.cpp @@ -397,6 +397,7 @@ bool VlcPluginGtk::create_windows() toolbar = gtk_toolbar_new(); g_object_ref(G_OBJECT(toolbar)); gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_ICONS); + gtk_toolbar_set_icon_size(GTK_TOOLBAR(toolbar), GTK_ICON_SIZE_SMALL_TOOLBAR); GtkToolItem *toolitem; /* play/pause */ toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_MEDIA_PLAY); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
