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-gtk3.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-gtk3.ui')
-rw-r--r-- | data/camorama-gtk3.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/camorama-gtk3.ui b/data/camorama-gtk3.ui index 3b74bfe..927ad1e 100644 --- a/data/camorama-gtk3.ui +++ b/data/camorama-gtk3.ui @@ -144,6 +144,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> |