Gallery2: Enable frames in the editor

Change-Id: Ica3bfbca18d7398d50f800be1737c413917a297b
diff --git a/res/layout/filtershow_bottom_panel.xml b/res/layout/filtershow_bottom_panel.xml
index e99d0c5..7d029d5 100644
--- a/res/layout/filtershow_bottom_panel.xml
+++ b/res/layout/filtershow_bottom_panel.xml
@@ -54,14 +54,13 @@
 
         <ImageButton
             android:id="@+id/borderButton"
-            android:layout_width="@dimen/thumbnail_size"
+            android:layout_width="0dp"
             android:layout_height="match_parent"
             android:layout_weight="1"
             android:background="?android:attr/actionBarItemBackground"
             android:padding="2dip"
             android:scaleType="centerInside"
-            android:src="@drawable/frames_background"
-            android:visibility="gone" />
+            android:src="@drawable/frames_background" />
 
         <ImageButton
             android:id="@+id/geometryButton"