Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
tooltips / hover text - close #250
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Dec 31, 2015
1 parent ab57603 commit e2fa4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bauble/bauble.glade
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">back to startup screen</property>
<property name="use_action_appearance">False</property>
<child>
<object class="GtkImage" id="image3">
Expand All @@ -151,6 +152,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">activate query builder</property>
<property name="use_action_appearance">False</property>
<child>
<object class="GtkImage" id="image2">
Expand Down Expand Up @@ -179,6 +181,7 @@
<child internal-child="entry">
<object class="GtkEntry" id="comboboxentry-entry2">
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">enter here your query or command</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="primary_icon_sensitive">True</property>
Expand All @@ -197,6 +200,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">execute the query</property>
<property name="use_action_appearance">False</property>
<child>
<object class="GtkImage" id="image1">
Expand Down

0 comments on commit e2fa4ee

Please sign in to comment.