diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-21 11:13:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-21 11:13:24 -0300 |
commit | 601f5e768cb37194bcfb042f41b3f254f54a152a (patch) | |
tree | 2e248f76766fc7d0d07d0af99b57d5014cb6f0e6 /data/camorama-gtk2.ui | |
parent | 1dd7df69fbb10b77b29d96648e18392097891ddf (diff) |
Place the new "Change Camera" option before resolution settings
Instead of placing it together with the resolution changes, after
the separator, add it earlier.
With that, it now will remain at the same place after switching
between cameras.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'data/camorama-gtk2.ui')
-rw-r--r-- | data/camorama-gtk2.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/camorama-gtk2.ui b/data/camorama-gtk2.ui index e32d438..41da30f 100644 --- a/data/camorama-gtk2.ui +++ b/data/camorama-gtk2.ui @@ -1304,6 +1304,15 @@ </object> </child> <child> + <object class="GtkMenuItem" id="change_camera"> + <property name="visible">False</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">_Change Camera</property> + <property name="use_underline">True</property> + <signal name="activate" handler="on_change_camera" swapped="no"/> + </object> + </child> + <child> <object class="GtkSeparatorMenuItem" id="separator1"> <property name="visible">True</property> <property name="can_focus">False</property> |