After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772893 - label_xalign incorrect set
label_xalign incorrect set
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-13 21:33 UTC by Lara Maia
Modified: 2018-03-26 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lara Maia 2016-10-13 21:33:21 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.
Comment 1 GNOME Infrastructure Team 2018-03-26 15:56:40 UTC
-- 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.