Kaydet (Commit) 0f7aa4b1 authored tarafından Mike Kaganski's avatar Mike Kaganski

Specify label mnemonic widgets

Fixes:

sc/uiconfig/scalc/ui/conditionalentry.ui: WARNING: 'GtkLabel' 'Label_minimum' does not specify what it labels within 'interface'
sc/uiconfig/scalc/ui/conditionalentry.ui: WARNING: 'GtkLabel' 'Label_maximum' does not specify what it labels within 'interface'

after commit b907fe59

Change-Id: Iff3340cd17fd6c31970fd2d01b49c55e60680978
Reviewed-on: https://gerrit.libreoffice.org/64325
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst ca8c0452
......@@ -427,6 +427,7 @@
<object class="GtkLabel" id="Label_minimum">
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="conditionalentry|Label_minimum">Minimum</property>
<property name="mnemonic_widget">colscalemin</property>
</object>
<packing>
<property name="left_attach">0</property>
......@@ -437,6 +438,7 @@
<object class="GtkLabel" id="Label_maximum">
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="conditionalentry|Label_maximum">Maximum</property>
<property name="mnemonic_widget">colscalemax</property>
</object>
<packing>
<property name="left_attach">2</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment