diff options
author | MaZderMind <git@mazdermind.de> | 2015-08-04 23:15:12 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-08-04 23:15:12 +0200 |
commit | 34b3d802babc3818f77057c8cd7665e58fe16bfd (patch) | |
tree | cfa221712cb6d614959af6c93714b0b74bcd4bc6 /voctogui/ui/voctogui.ui | |
parent | 74c0cf9f94ff4ab2a0490eb1819175d3daf0793c (diff) |
start the great refactoring
Diffstat (limited to 'voctogui/ui/voctogui.ui')
-rw-r--r-- | voctogui/ui/voctogui.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui index 80ca348..5e0deb2 100644 --- a/voctogui/ui/voctogui.ui +++ b/voctogui/ui/voctogui.ui @@ -168,6 +168,7 @@ <object class="GtkToolButton" id="preview_fullscreen"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property> <property name="label" translatable="yes">Fullscreen Preview</property> <property name="use_underline">True</property> </object> |