]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/item_exclusa.cpp
* Se agregan archivos faltantes en el otro commit
[z.facultad/75.42/plaqui.git] / Client / src / item_exclusa.cpp
index 39f2a880b2ca8d9f866697feb7d996899e8a8b6f..d318ac4cc610a4ec79d62df66f0f8f432ac1a7a7 100644 (file)
@@ -6,9 +6,25 @@ ViewExclusa::ViewExclusa(Glib::ustring _name, int orientacion):ViewItem(_name)
        switch (orientacion) {
                case 0:
                        image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/exclusa_h.png");
+                       in_x = 32;
+                       in_y = 0;
+                       out_x = 32;
+                       out_y = 32;
+                       offset_x = 0;
+                       offset_y = 0;
+                       item_offset_x = 0;
+                       item_offset_y = -15;
                break;
                case 1:
                        image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/exclusa_s.png");
+                       in_x = 32;
+                       in_y = 32;
+                       out_x = 0;
+                       out_y = 32;
+                       offset_x = 0;
+                       offset_y = 0;
+                       item_offset_x = 0;
+                       item_offset_y = 15;
        }
        m_or = orientacion;
        image.show();