aboutsummaryrefslogtreecommitdiffstats
path: root/data/camorama-gtk2.ui
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-09-21 11:13:24 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-09-21 11:13:24 -0300
commit601f5e768cb37194bcfb042f41b3f254f54a152a (patch)
tree2e248f76766fc7d0d07d0af99b57d5014cb6f0e6 /data/camorama-gtk2.ui
parent1dd7df69fbb10b77b29d96648e18392097891ddf (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.ui9
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>

Privacy Policy