app: use a GimpContainerListView in the layer options dialog.
This commit is contained in:
parent
7fad4ad323
commit
795cf081cc
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "text/gimptext.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
#include "widgets/gimpcontainertreeview.h"
|
||||
#include "widgets/gimpcontainerlistview.h"
|
||||
#include "widgets/gimplayermodebox.h"
|
||||
#include "widgets/gimpviewabledialog.h"
|
||||
|
||||
|
|
@ -398,7 +398,7 @@ layer_options_dialog_new (GimpImage *image,
|
|||
|
||||
filters = gimp_drawable_get_filters (GIMP_DRAWABLE (layer));
|
||||
|
||||
view = gimp_container_tree_view_new (filters, context,
|
||||
view = gimp_container_list_view_new (filters, context,
|
||||
GIMP_VIEW_SIZE_SMALL, 0);
|
||||
gtk_container_add (GTK_CONTAINER (frame), view);
|
||||
gtk_widget_show (view);
|
||||
|
|
|
|||
Loading…
Reference in a new issue