diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-28 21:35:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-28 21:35:52 +0200 |
commit | b86540b743f1a87a163ffb811c8fe22a01fefa38 (patch) | |
tree | b47cb3bb83c2377234226fb3987ab3320a987dd9 /ui/search_bar.ui | |
parent | ac6e0b731b9f0b2efd392e3309a5c07e2a66adad (diff) | |
parent | e905d8e16eec152d19797937f13ba3cf4b8f8aca (diff) |
Merge branch 'release/debian/0.32.1-1'debian/0.32.1-1
Diffstat (limited to 'ui/search_bar.ui')
-rw-r--r-- | ui/search_bar.ui | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/ui/search_bar.ui b/ui/search_bar.ui deleted file mode 100644 index 9d56962..0000000 --- a/ui/search_bar.ui +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface domain="shotwell"> - <menu id='popup-menu'> - <section> - <item> - <attribute name="label" translatable="yes">Rejected _Only</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">8</attribute> - <attribute name="accel"><Primary>8</attribute> - </item> - <item> - <attribute name="label" translatable="yes">All + _Rejected</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">1</attribute> - <attribute name="accel"><Primary>9</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_All Photos</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">2</attribute> - <attribute name="accel"><Primary>0</attribute> - </item> - <item> - <attribute name="label" translatable="no">★</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">3</attribute> - <attribute name="accel"><Primary>1</attribute> - </item> - <item> - <attribute name="label" translatable="no">★★</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">4</attribute> - <attribute name="accel"><Primary>2</attribute> - </item> - <item> - <attribute name="label" translatable="no">★★★</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">5</attribute> - <attribute name="accel"><Primary>3</attribute> - </item> - <item> - <attribute name="label" translatable="no">★★★★</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">6</attribute> - <attribute name="accel"><Primary>4</attribute> - </item> - <item> - <attribute name="label" translatable="no">★★★★★</attribute> - <attribute name="action">win.display.rating</attribute> - <attribute name="target">7</attribute> - <attribute name="accel"><Primary>5</attribute> - </item> - </section> - </menu> -</interface> |