summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2013-01-29 17:39:32 +0000
committerjstebbins <[email protected]>2013-01-29 17:39:32 +0000
commit63311e0c3bd1f2b2303b491348ffcab312df304c (patch)
tree033e9ff53a5d4b262fe12181042f2376b27af495 /gtk/src/ghb.ui
parentd791f114c99e93f41f637cd8dda3789e3dda61d4 (diff)
LinGui: remove unnecessary GtkFrame
It was being rendered incorrectly in gtk2 anyway :-\ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5223 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui29
1 files changed, 11 insertions, 18 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index dfe7cf908..5228d4ce2 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -1679,27 +1679,20 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<child>
- <object class="GtkFrame" id="frame8">
+ <object class="GtkAlignment" id="alignment19">
<property name="visible">True</property>
- <property name="label_xalign">0</property>
- <property name="shadow_type">none</property>
+ <property name="bottom_padding">4</property>
+ <property name="left_padding">4</property>
+ <property name="right_padding">4</property>
+ <property name="yalign">1</property>
<child>
- <object class="GtkAlignment" id="alignment19">
+ <object class="GtkImage" id="preview_button_image">
+ <property name="width_request">448</property>
+ <property name="height_request">200</property>
<property name="visible">True</property>
- <property name="bottom_padding">4</property>
- <property name="left_padding">4</property>
- <property name="right_padding">4</property>
- <property name="yalign">1</property>
- <child>
- <object class="GtkImage" id="preview_button_image">
- <property name="width_request">448</property>
- <property name="height_request">200</property>
- <property name="visible">True</property>
- <property name="icon_name">hb-icon</property>
- <property name="pixel-size">128</property>
- <signal name="size_allocate" handler="preview_button_size_allocate_cb"/>
- </object>
- </child>
+ <property name="icon_name">hb-icon</property>
+ <property name="pixel-size">128</property>
+ <signal name="size_allocate" handler="preview_button_size_allocate_cb"/>
</object>
</child>
</object>