Skip to content

Commit

Permalink
chart2: Fix .ui widget names
Browse files Browse the repository at this point in the history
warn:vcl.layout:13283:1:include/vcl/builder.hxx:413:
widget "checkbutton_x_axis_title" not found in .ui

warn:vcl.layout:14352:1:include/vcl/builder.hxx:413:
widget "checkbutton_y_axis_title" not found in .ui

Change-Id: I5a6e29b24706df0925038e869be94b0f6a8d232f
  • Loading branch information
Maxim Monastirsky committed Jul 13, 2015
1 parent f3d7489 commit e82951a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart2/uiconfig/ui/sidebarelements.ui
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</packing>
</child>
<child>
<object class="GtkCheckButton" id="checkbuttonx_axis_title">
<object class="GtkCheckButton" id="checkbutton_x_axis_title">
<property name="label" translatable="yes">X-axis title</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down Expand Up @@ -131,7 +131,7 @@
</packing>
</child>
<child>
<object class="GtkCheckButton" id="checkbuttony_y_axis_title">
<object class="GtkCheckButton" id="checkbutton_y_axis_title">
<property name="label" translatable="yes">Y-axis title</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down

0 comments on commit e82951a

Please sign in to comment.