mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-11-22 00:12:33 -05:00
new icon for the drag/resize button.
* data/icons/drag-resize.png, data/icons/Makefile.am: new icon for the drag/resize button. * src/glade-window.c: "s/Select Widgets/Select/" on the selector button cause it was taking too much space that way. (also used the new icon for drag/resize). svn path=/trunk/; revision=1573
This commit is contained in:
parent
13924a988c
commit
cc488638c0
@ -1,3 +1,10 @@
|
||||
2007-08-21 Tristan Van Berkom <tvb@gnome.org>
|
||||
|
||||
* data/icons/drag-resize.png, data/icons/Makefile.am: new icon for the drag/resize button.
|
||||
|
||||
* src/glade-window.c: "s/Select Widgets/Select/" on the selector button cause
|
||||
it was taking too much space that way. (also used the new icon for drag/resize).
|
||||
|
||||
2007-08-20 Tristan Van Berkom <tvb@gnome.org>
|
||||
|
||||
* plugins/gtk+/gtk+.xml.in: Unmarked some properties to be "themed-icon",
|
||||
|
||||
@ -17,7 +17,7 @@ update-icon-cache:
|
||||
|
||||
|
||||
pixmapsdir = $(pkgdatadir)/pixmaps
|
||||
pixmaps_DATA = selector.png devhelp.png plus.png atk.png
|
||||
pixmaps_DATA = selector.png devhelp.png plus.png atk.png drag-resize.png
|
||||
|
||||
|
||||
EXTRA_DIST = $(pixmaps_DATA) glade-3.ico
|
||||
|
||||
BIN
data/icons/drag-resize.png
Normal file
BIN
data/icons/drag-resize.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 638 B |
@ -2500,7 +2500,7 @@ create_selector_tool_button (GtkToolbar *toolbar)
|
||||
gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (button), TRUE);
|
||||
|
||||
gtk_tool_button_set_icon_widget (GTK_TOOL_BUTTON (button), image);
|
||||
gtk_tool_button_set_label (GTK_TOOL_BUTTON (button), _("Select Widgets"));
|
||||
gtk_tool_button_set_label (GTK_TOOL_BUTTON (button), _("Select"));
|
||||
|
||||
gtk_tool_item_set_tooltip (GTK_TOOL_ITEM (button),
|
||||
toolbar->tooltips,
|
||||
@ -2520,7 +2520,7 @@ create_drag_resize_tool_button (GtkToolbar *toolbar)
|
||||
GtkWidget *image;
|
||||
gchar *image_path;
|
||||
|
||||
image_path = g_build_filename (glade_app_get_pixmaps_dir (), "selector.png", NULL);
|
||||
image_path = g_build_filename (glade_app_get_pixmaps_dir (), "drag-resize.png", NULL);
|
||||
image = gtk_image_new_from_file (image_path);
|
||||
g_free (image_path);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user