[accerciser] iv plugin: avoid the misalignement of elements when resizing
- From: Javier Hernández Antúnez <jhernandez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [accerciser] iv plugin: avoid the misalignement of elements when resizing
- Date: Fri, 7 Mar 2014 01:25:22 +0000 (UTC)
commit 9f5bcaef84b34c61d6458d86dc5666f1e37abf36
Author: Javier Hernández <jhernandez emergya com>
Date: Fri Mar 7 02:23:48 2014 +0100
iv plugin: avoid the misalignement of elements when resizing
plugins/interface_view.ui | 56 +++++++++++++++-----------------------------
1 files changed, 19 insertions(+), 37 deletions(-)
---
diff --git a/plugins/interface_view.ui b/plugins/interface_view.ui
index ef99b59..554e0a7 100644
--- a/plugins/interface_view.ui
+++ b/plugins/interface_view.ui
@@ -63,6 +63,14 @@
<column type="gchararray"/>
</columns>
</object>
+ <object class="GtkListStore" id="textattrib_liststore">
+ <columns>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ <!-- column-name gchararray2 -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
<object class="GtkFrame" id="iface_view_frame">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -81,7 +89,6 @@
<object class="GtkExpander" id="expander_accessible">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
@@ -244,6 +251,7 @@
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@@ -489,7 +497,6 @@
<object class="GtkExpander" id="expander_action">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment6">
<property name="visible">True</property>
@@ -641,7 +648,6 @@
<object class="GtkExpander" id="expander_application">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
@@ -783,10 +789,6 @@
<object class="GtkExpander" id="expander_collection">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
- <child>
- <placeholder/>
- </child>
<child type="label">
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
@@ -806,7 +808,6 @@
<object class="GtkExpander" id="expander_component">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment8">
<property name="visible">True</property>
@@ -837,6 +838,8 @@
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
@@ -853,6 +856,7 @@
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
@@ -871,6 +875,7 @@
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
+ <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -907,6 +912,7 @@
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
+ <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -943,6 +949,7 @@
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
+ <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -979,6 +986,7 @@
<property name="right_attach">2</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
+ <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -1013,6 +1021,7 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -1027,7 +1036,7 @@
</accessibility>
</object>
<packing>
- <property name="x_options">GTK_SHRINK | GTK_FILL</property>
+ <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -1054,10 +1063,6 @@
<object class="GtkExpander" id="expander_desktop">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
- <child>
- <placeholder/>
- </child>
<child type="label">
<object class="GtkLabel" id="label17">
<property name="visible">True</property>
@@ -1077,7 +1082,6 @@
<object class="GtkExpander" id="expander_document">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
@@ -1225,9 +1229,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK |
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <child>
- <placeholder/>
- </child>
<child type="label">
<object class="GtkLabel" id="label55">
<property name="visible">True</property>
@@ -1247,7 +1248,6 @@
<object class="GtkExpander" id="expander_hypertext">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
@@ -1360,7 +1360,6 @@
<object class="GtkExpander" id="expander_image">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment11">
<property name="visible">True</property>
@@ -1545,10 +1544,6 @@
<object class="GtkExpander" id="expander_loginhelper">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
- <child>
- <placeholder/>
- </child>
<child type="label">
<object class="GtkLabel" id="label29">
<property name="visible">True</property>
@@ -1568,7 +1563,6 @@
<object class="GtkExpander" id="expander_selection">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
@@ -1681,7 +1675,6 @@
<object class="GtkExpander" id="expander_streamablecontent">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment13">
<property name="visible">True</property>
@@ -1749,7 +1742,6 @@
<object class="GtkExpander" id="expander_table">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment16">
<property name="visible">True</property>
@@ -2397,7 +2389,6 @@
<object class="GtkExpander" id="expander_text">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
@@ -2431,8 +2422,8 @@
<property name="editable">False</property>
<property name="accepts_tab">False</property>
<signal name="button-press-event" handler="_onTextViewPressed"
swapped="no"/>
- <signal name="focus-out-event" handler="_onTextFocusChanged"
swapped="no"/>
<signal name="focus-in-event" handler="_onTextFocusChanged"
swapped="no"/>
+ <signal name="focus-out-event" handler="_onTextFocusChanged"
swapped="no"/>
</object>
</child>
</object>
@@ -2680,7 +2671,6 @@
<object class="GtkExpander" id="expander_value">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<child>
<object class="GtkAlignment" id="alignment24">
<property name="visible">True</property>
@@ -2870,12 +2860,4 @@
</object>
</child>
</object>
- <object class="GtkListStore" id="textattrib_liststore">
- <columns>
- <!-- column-name gchararray1 -->
- <column type="gchararray"/>
- <!-- column-name gchararray2 -->
- <column type="gchararray"/>
- </columns>
- </object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]