summaryrefslogtreecommitdiff
path: root/src/nautilus-shell.c
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-10-17 08:42:08 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-10-17 08:42:08 +0000
commitac3b11308368e3d84936db867396f7b2c2c9fa37 (patch)
tree3e302d85feae7b00cc326fb9da391430e6447c7e /src/nautilus-shell.c
parentfb64e137d4e7ff5ee82aecabb2181442c1792d1f (diff)
downloadnautilus-ac3b11308368e3d84936db867396f7b2c2c9fa37.tar.gz
for bug 2261, added a "set cover image" button to the music view, which is
* components/music/nautilus-music-view.c: (nautilus_music_view_initialize), (ensure_uri_is_image), (set_album_cover), (dialog_destroy), (set_image_button_callback), (nautilus_music_view_set_album_image): for bug 2261, added a "set cover image" button to the music view, which is visible when there's no cover, which displays a file selector, and set the metadata when the user selects a valid image. This is almost complete, but it's not quite working yet. * src/nautilus-shell.c: (display_caveat): increased the font size of the caveat to 14pt, since it was a little too hard to read and there was plenty of space.
Diffstat (limited to 'src/nautilus-shell.c')
-rw-r--r--src/nautilus-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-shell.c b/src/nautilus-shell.c
index f8e0794da..04f3c8c1b 100644
--- a/src/nautilus-shell.c
+++ b/src/nautilus-shell.c
@@ -211,7 +211,7 @@ display_caveat (GtkWindow *parent_window)
"files on your computer.\n"
"\n"
"For more information, visit http://nautilus.eazel.com."));
- nautilus_label_set_font_size (NAUTILUS_LABEL (text), 12);
+ nautilus_label_set_font_size (NAUTILUS_LABEL (text), 14);
nautilus_label_set_text_justification (NAUTILUS_LABEL (text), GTK_JUSTIFY_LEFT);
nautilus_label_set_line_wrap (NAUTILUS_LABEL (text), TRUE);
nautilus_label_set_line_wrap_width (NAUTILUS_LABEL (text), 300);