diff options
author | q5sys <jt@obs-sec.com> | 2016-03-28 23:54:32 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2016-03-28 23:54:32 -0400 |
commit | 3f580ac3d4eebd9a94773434719b63aaf982c585 (patch) | |
tree | a4e7b05695b0f70683f2fbe904a4f61e26db81df | |
parent | Update MainUI.ui (diff) | |
download | lumina-3f580ac3d4eebd9a94773434719b63aaf982c585.tar.gz lumina-3f580ac3d4eebd9a94773434719b63aaf982c585.tar.bz2 lumina-3f580ac3d4eebd9a94773434719b63aaf982c585.zip |
Update MainUI.ui
added tooltip to edit function
-rw-r--r-- | lumina-screenshot/MainUI.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-screenshot/MainUI.ui b/lumina-screenshot/MainUI.ui index 2d7d9c30..024dc914 100644 --- a/lumina-screenshot/MainUI.ui +++ b/lumina-screenshot/MainUI.ui @@ -192,6 +192,9 @@ <property name="text"> <string>Edit</string> </property> + <property name="toolTip"> + <string>Edit Screenshot</string> + </property> </action> <action name="actionQuit"> <property name="text"> |