diff --git a/indra/newview/llfloaterprofiletexture.cpp b/indra/newview/llfloaterprofiletexture.cpp
index bf1f56a6d1c686fd057003d73ee022e28339de86..20d7a69add4829a703379b0a7c0a79537ca40844 100644
--- a/indra/newview/llfloaterprofiletexture.cpp
+++ b/indra/newview/llfloaterprofiletexture.cpp
@@ -115,7 +115,7 @@ void LLFloaterProfileTexture::updateDimensions()
         S32 width = old_floater_rect.getWidth() - old_image_rect.getWidth() + mLastWidth;
         S32 height = old_floater_rect.getHeight() - old_image_rect.getHeight() + mLastHeight;
 
-        const F32 MAX_DIMENTIONS = 512; // most profiles are supposed to be 256x256
+        const F32 MAX_DIMENTIONS = 1024; // most profiles are supposed to be 256x256
 
         S32 biggest_dim = llmax(width, height);
         if (biggest_dim > MAX_DIMENTIONS)
diff --git a/indra/newview/skins/default/xui/en/floater_profile_texture.xml b/indra/newview/skins/default/xui/en/floater_profile_texture.xml
index 3b351a332525b541868ca9bd50769166dbb369b5..347b45f8f70a4a00fe67e60400215640166d95a3 100644
--- a/indra/newview/skins/default/xui/en/floater_profile_texture.xml
+++ b/indra/newview/skins/default/xui/en/floater_profile_texture.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
 <floater
- can_resize="false"
+ can_resize="true"
  show_title="false"
  can_minimize="false"
  can_close="false"