1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-05 01:41:28 +00:00

Susan changed the background image for the icon view of the villanova

* icons/villanova/Makefile.am:
	* icons/villanova/villanova.xml:
	* icons/villanova_green.png:
	Susan changed the background image for the icon view of
	the villanova theme

	* icons/i-blockdev.png:
	better hard disk for hardware view
	* components/hardware/nautilus-hardware-view.c:
	(setup_overview_form):
	improved layout of IDE items
This commit is contained in:
Andy Hertzfeld 2000-11-02 07:41:52 +00:00
parent b3454acfff
commit aee9ae35c5
7 changed files with 22 additions and 10 deletions

View File

@ -1,3 +1,17 @@
2000-11-01 Andy Hertzfeld <andy@eazel.com>
* icons/villanova/Makefile.am:
* icons/villanova/villanova.xml:
* icons/villanova_green.png:
Susan changed the background image for the icon view of
the villanova theme
* icons/i-blockdev.png:
better hard disk for hardware view
* components/hardware/nautilus-hardware-view.c:
(setup_overview_form):
improved layout of IDE items
2000-11-01 Eskil Heyn Olsen <eskil@eazel.com>
* components/services/install/nautilus-view/nautilus-service-instal

View File

@ -468,18 +468,16 @@ static void setup_overview_form (NautilusHardwareView *view)
}
pixmap_widget = GTK_WIDGET (gnome_pixmap_new_from_file(file_name));
gtk_box_pack_start (GTK_BOX(temp_box), pixmap_widget, 0, 0, 0);
gtk_box_pack_start (GTK_BOX(temp_box), pixmap_widget, 0, 0, 0);
gtk_widget_show(pixmap_widget);
g_free(file_name);
g_free(ide_media);
g_free(file_name);
g_free(ide_media);
temp_text = get_IDE_description (device);
temp_widget = nautilus_label_new (temp_text);
temp_text = get_IDE_description (device);
temp_widget = nautilus_label_new (temp_text);
nautilus_label_set_font_size (NAUTILUS_LABEL (temp_widget), HARDWARE_FONT_SIZE);
nautilus_label_set_text_justification (NAUTILUS_LABEL (temp_widget), GTK_JUSTIFY_CENTER);
nautilus_label_set_line_wrap (NAUTILUS_LABEL (temp_widget), TRUE);
nautilus_label_set_line_wrap_width (NAUTILUS_LABEL (temp_widget), 120);
g_free(temp_text);
gtk_box_pack_start(GTK_BOX(temp_box), temp_widget, 0, 0, 0);
gtk_widget_show(temp_widget);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -3,7 +3,6 @@ villadir = $(datadir)/pixmaps/nautilus/villanova
SUBDIRS =
villa_DATA = \
green_ridges.png \
green_weave.png \
i-directory-12.png \
i-directory-12-aa.png \
@ -25,5 +24,6 @@ villa_DATA = \
i-directory-accept-aa.png \
number_strip.png \
theme_preview.png \
villanova_green.png \
villanova.xml
EXTRA_DIST = $(villa_DATA)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<theme name="villanova">
<sidebar SIDEBAR_BACKGROUND_TILE_IMAGE="./green_weave.png" SIDEBAR_BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF"/>
<directory BACKGROUND_TILE_IMAGE="./green_ridges.png" BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF"/>
<directory BACKGROUND_TILE_IMAGE="./villanova_green.png" BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF"/>
<desktop BACKGROUND_TILE_IMAGE="backgrounds/fleur_de_lis.png" BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF"/>
<toolbar ICON_THEME="eazel" FRAME_TYPE="none"/>
<zoom_control NUMBER_V_OFFSET="-6" DIGIT_WIDTH="6"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB