Commit 3ddeba63 authored by sumpfralle's avatar sumpfralle

added tooltip for event bar

cleanup


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1232 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent b98bfab4
...@@ -149,10 +149,9 @@ ...@@ -149,10 +149,9 @@
<property name="short_label">_Log Window</property> <property name="short_label">_Log Window</property>
<property name="tooltip">Show the event protocol of PyCAM.</property> <property name="tooltip">Show the event protocol of PyCAM.</property>
</object> </object>
<object class="GtkWindow" id="DummyWindow">
<child>
<object class="GtkEventBox" id="StatusBarEventBox"> <object class="GtkEventBox" id="StatusBarEventBox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip_text" translatable="yes">Click here to show the log window.</property>
<child> <child>
<object class="GtkHBox" id="hbox37"> <object class="GtkHBox" id="hbox37">
<property name="visible">True</property> <property name="visible">True</property>
...@@ -177,6 +176,4 @@ ...@@ -177,6 +176,4 @@
</object> </object>
</child> </child>
</object> </object>
</child>
</object>
</interface> </interface>
...@@ -535,10 +535,6 @@ You should have received a copy of the GNU General Public License along with thi ...@@ -535,10 +535,6 @@ You should have received a copy of the GNU General Public License along with thi
<property name="label">_Touch off and tool change</property> <property name="label">_Touch off and tool change</property>
<property name="short_label">_Touch off</property> <property name="short_label">_Touch off</property>
</object> </object>
<object class="GtkNotebook" id="TabDump">
<property name="visible">True</property>
<property name="can_focus">True</property>
</object>
<object class="GtkNotebook" id="MainTabs"> <object class="GtkNotebook" id="MainTabs">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment