diff options
Diffstat (limited to 'UGnome.pas')
| -rw-r--r-- | UGnome.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1457,7 +1457,7 @@ begin // The table that holds the entries priv.entry_container := gtk_alignment_new (0.0, 0.0, 1.0, 1.0); - if can_anonymous and Application.GTKVersion_2_4_0_Up then g_object_set (priv.entry_container, 'left-padding', 12, nil); + if can_anonymous then g_object_set (priv.entry_container, 'left-padding', 12, nil); gtk_box_pack_start (GTK_BOX (vbox), priv.entry_container, FALSE, FALSE, 0); table := gtk_table_new (rows, 2, FALSE); |
