summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-02 17:48:14 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-02 17:48:14 +0100
commitec208dcc25e90d10d983cd16a2b5ea34bac51c05 (patch)
treef0343a3051ae214a61fe560a193c89ca3aadfe57 /src/gui-wizard-gtk/wizard.glade
parent538ab3dee6461ac9340172d6d8f198870415c0b6 (diff)
downloadabrt-ec208dcc25e90d10d983cd16a2b5ea34bac51c05.tar.gz
abrt-ec208dcc25e90d10d983cd16a2b5ea34bac51c05.tar.xz
abrt-ec208dcc25e90d10d983cd16a2b5ea34bac51c05.zip
gui-wizard-gtk: highlight the search result
Diffstat (limited to 'src/gui-wizard-gtk/wizard.glade')
-rw-r--r--src/gui-wizard-gtk/wizard.glade47
1 files changed, 4 insertions, 43 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index 9dde4316..0db515d2 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -322,53 +322,14 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkHBox" id="hbox2">
+ <object class="GtkEntry" id="entry_search_bt">
<property name="visible">True</property>
- <child>
- <object class="GtkEntry" id="entry_search_bt">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="invisible_char">&#x25CF;</property>
- <property name="secondary_icon_stock">gtk-find</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkVBox" id="vbox2">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkArrow" id="arrow1">
- <property name="visible">True</property>
- <property name="arrow_type">up</property>
- </object>
- <packing>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkArrow" id="arrow2">
- <property name="visible">True</property>
- <property name="arrow_type">down</property>
- </object>
- <packing>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">&#x25CF;</property>
+ <property name="secondary_icon_stock">gtk-find</property>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>