[gnome-builder] run-button: add tooltip for stopping application



commit 181d188fb1dbda7d8a9bd2a05eeb2af9c2baa5da
Author: Christian Hergert <chergert redhat com>
Date:   Sat Feb 18 08:30:31 2017 -0800

    run-button: add tooltip for stopping application
    
    We should at minimum have a tooltip for what the button will do when
    clicked. We might want a keybinding to go with this to perform the stop,
    but that isn't clear since the application wont have focus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778864

 libide/runner/ide-run-button.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/runner/ide-run-button.ui b/libide/runner/ide-run-button.ui
index e1c287d..440a026 100644
--- a/libide/runner/ide-run-button.ui
+++ b/libide/runner/ide-run-button.ui
@@ -35,6 +35,7 @@
       <object class="GtkButton" id="stop_button">
         <property name="action-name">run-manager.stop</property>
         <property name="focus-on-click">false</property>
+        <property name="tooltip-text" translatable="yes">Stop running</property>
         <style>
           <class name="image-button"/>
         </style>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]