GNOME Bugzilla – Bug 772893
label_xalign incorrect set
Last modified: 2018-03-26 15:56:40 UTC
I have the following structure: <object class="GtkFrame" id="frame2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_bottom">10</property> <property name="label_xalign">0.02</property> <property name="shadow_type">in</property> <child> [...] When I set with glade the value 0.02 for label_xalign (using the arrows), the number 0.019999999552965164 is saved in the file instead 0.02.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/250.