fixed level in edit mode
authorVlad Vasiliev <vlad@toshiba2.oblgaz>
Mon, 12 Apr 2010 23:39:49 +0000 (02:39 +0300)
committerVlad Vasiliev <vlad@toshiba2.oblgaz>
Mon, 12 Apr 2010 23:39:49 +0000 (02:39 +0300)
applet/data/theme/Berlin/town.png
applet/data/theme/Berlin/town0.png
applet/data/theme/Berlin/town3.png
applet/data/theme/Berlin/town_right_corner.png
applet/src/livewp-home-widget.c

index c05e2cd..6dbcefe 100644 (file)
Binary files a/applet/data/theme/Berlin/town.png and b/applet/data/theme/Berlin/town.png differ
index c05e2cd..6dbcefe 100644 (file)
Binary files a/applet/data/theme/Berlin/town0.png and b/applet/data/theme/Berlin/town0.png differ
index c05e2cd..6dbcefe 100644 (file)
Binary files a/applet/data/theme/Berlin/town3.png and b/applet/data/theme/Berlin/town3.png differ
index dd1fe74..7f5c9b3 100644 (file)
Binary files a/applet/data/theme/Berlin/town_right_corner.png and b/applet/data/theme/Berlin/town_right_corner.png differ
index 984af18..44cd8e3 100644 (file)
@@ -41,7 +41,7 @@ HD_DEFINE_PLUGIN_MODULE (AWallpaperPlugin, animation_wallpaper_plugin, HD_TYPE_H
 
 /* Position of plugin on desktop */
 #define Xstartposition 700 
-#define Ystartposition 425 
+#define Ystartposition 448 
 
 gint xapplet = 0, yapplet = 0;
 Scene scene;
@@ -1054,7 +1054,7 @@ animation_wallpaper_plugin_init (AWallpaperPlugin *desktop_plugin)
     priv->desktop_plugin = desktop_plugin;
     widget = gtk_fixed_new();
 
-    gtk_widget_set_size_request(widget, 95, 50);
+    gtk_widget_set_size_request(widget, 100, 32);
     snprintf(buffer, sizeof(buffer) - 1, "%s/%s/%s", THEME_PATH, desktop_plugin->priv->theme, "town_right_corner.png");
     background_town = gtk_image_new_from_file (buffer);
     if (background_town){
@@ -1066,7 +1066,7 @@ animation_wallpaper_plugin_init (AWallpaperPlugin *desktop_plugin)
     if(rich_animation){
         gtk_widget_set_events(rich_animation, GDK_BUTTON_PRESS_MASK);
         gtk_event_box_set_visible_window(GTK_EVENT_BOX(rich_animation), FALSE);
-        gtk_widget_set_size_request(rich_animation, 95, 50);
+        gtk_widget_set_size_request(rich_animation, 100, 32);
         gtk_widget_show (rich_animation);
         g_signal_connect(rich_animation, "button-press-event", G_CALLBACK(rich_animation_press), desktop_plugin);
         gtk_fixed_put(GTK_FIXED(widget), rich_animation, 0, 0);