[epiphany] encoding-dialog.ui: Manually unbloat.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] encoding-dialog.ui: Manually unbloat.
- Date: Tue, 3 Nov 2015 07:19:08 +0000 (UTC)
commit 42c7eb69ca7cb8123b47f2b09bd0fd395595c1df
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Oct 31 20:57:50 2015 +0100
encoding-dialog.ui: Manually unbloat.
src/resources/encoding-dialog.ui | 83 ++++----------------------------------
1 files changed, 8 insertions(+), 75 deletions(-)
---
diff --git a/src/resources/encoding-dialog.ui b/src/resources/encoding-dialog.ui
index d72328c..1c855d0 100644
--- a/src/resources/encoding-dialog.ui
+++ b/src/resources/encoding-dialog.ui
@@ -2,7 +2,6 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="encoding_dialog">
- <property name="can_focus">False</property>
<property name="border_width">0</property>
<property name="role">epiphany-encoding-chooser</property>
<property name="modal">True</property>
@@ -10,58 +9,35 @@
<property name="default_height">420</property>
<property name="type_hint">dialog</property>
<child type="titlebar">
- <object class="GtkHeaderBar" id="headerbar">
+ <object class="GtkHeaderBar">
<property name="title" translatable="yes">Text Encoding</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="show-close-button">True</property>
</object>
</child>
<child internal-child="vbox">
- <object class="GtkBox" id="dialog-vbox30">
+ <object class="GtkBox">
<property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
<property name="spacing">2</property>
- <child internal-child="action_area">
- <object class="GtkButtonBox" id="dialog-action_area30">
- <property name="visible">False</property>
- <property name="can_focus">False</property>
- <property name="layout_style">end</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
<child>
- <object class="GtkBox" id="vbox144">
+ <object class="GtkBox">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<child>
- <object class="GtkBox" id="vbox148">
+ <object class="GtkBox">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="automatic_button">
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="halign">start</property>
- <property name="draw_indicator">True</property>
<child>
- <object class="GtkLabel" id="label2">
+ <object class="GtkLabel">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="label" translatable="yes">_Automatic</property>
<property name="use_underline">True</property>
<attributes>
@@ -70,54 +46,32 @@
</object>
</child>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
</child>
<child>
- <object class="GtkLabel" id="label1246">
+ <object class="GtkLabel">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_start">5</property>
<property name="label" translatable="yes">Use the encoding specified by the
document</property>
<property name="wrap">True</property>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
</child>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
</child>
<child>
- <object class="GtkBox" id="manual_vbox">
+ <object class="GtkBox">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="manual_button">
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="halign">start</property>
- <property name="draw_indicator">True</property>
<property name="group">automatic_button</property>
<child>
- <object class="GtkLabel" id="label1">
+ <object class="GtkLabel">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="label" translatable="yes">_Use a different encoding:</property>
<property name="use_underline">True</property>
<attributes>
@@ -126,17 +80,11 @@
</object>
</child>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
</child>
<child>
<object class="GtkScrolledWindow" id="scrolled_window">
<property name="visible">True</property>
<property name="expand">True</property>
- <property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<property name="min_content_height">300</property>
@@ -144,25 +92,10 @@
<placeholder/>
</child>
</object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
</child>
</object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
</child>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
</child>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]