Commit 1610efd9708e9bc76c17d9974372a73ff3a4a399

Authored by Perry Werneck
1 parent a07930b0

Adding toggle for field attributes in the window menu.

Showing 1 changed file with 17 additions and 12 deletions   Show diff stats
ui/application.xml
@@ -45,20 +45,20 @@ @@ -45,20 +45,20 @@
45 45
46 <attribute name='label' translatable='yes'>_View</attribute> 46 <attribute name='label' translatable='yes'>_View</attribute>
47 47
48 - <item>  
49 - <attribute name="label" translatable="yes">Trace</attribute>  
50 - <attribute name="action">win.trace</attribute>  
51 - </item> 48 + <item>
  49 + <attribute name="label" translatable="yes">Trace</attribute>
  50 + <attribute name="action">win.trace</attribute>
  51 + </item>
52 52
53 - <item>  
54 - <attribute name="label" translatable="yes">Toolbar</attribute>  
55 - <attribute name="action">win.toolbar</attribute>  
56 - </item> 53 + <item>
  54 + <attribute name="label" translatable="yes">Toolbar</attribute>
  55 + <attribute name="action">win.toolbar</attribute>
  56 + </item>
57 57
58 - <item>  
59 - <attribute name="label" translatable="yes">Menu</attribute>  
60 - <attribute name="action">win.menubar</attribute>  
61 - </item> 58 + <item>
  59 + <attribute name="label" translatable="yes">Menu</attribute>
  60 + <attribute name="action">win.menubar</attribute>
  61 + </item>
62 62
63 </submenu> 63 </submenu>
64 64
@@ -259,6 +259,11 @@ @@ -259,6 +259,11 @@
259 <attribute name="action">win.menubar</attribute> 259 <attribute name="action">win.menubar</attribute>
260 </item> 260 </item>
261 261
  262 + <item>
  263 + <attribute name="label" translatable="yes">Field attributes</attribute>
  264 + <attribute name="action">win.fieldattr</attribute>
  265 + </item>
  266 +
262 </submenu> 267 </submenu>
263 268
264 <submenu> 269 <submenu>