mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Couple of corrections to previous commit.
This commit is contained in:
parent
05eb41fe8b
commit
04cf3d93e2
@ -227,7 +227,7 @@ gnc_window_adjust_for_screen(GtkWindow * window)
|
||||
void
|
||||
gnc_label_set_alignment (GtkWidget *widget, gfloat xalign, gfloat yalign)
|
||||
{
|
||||
#if GTK_CHECK_VERSION(3,16,0) == 0
|
||||
#if GTK_CHECK_VERSION(3,16,0)
|
||||
gtk_label_set_xalign (GTK_LABEL (widget), xalign);
|
||||
gtk_label_set_yalign (GTK_LABEL (widget), yalign);
|
||||
#else
|
||||
|
@ -930,7 +930,7 @@ new_security_page(SCM security_hash_key, gnc_commodity *comm, QIFImportWindow *w
|
||||
label = gtk_label_new_with_mnemonic(
|
||||
_("_Exchange or abbreviation type:"));
|
||||
gtk_label_set_mnemonic_widget(GTK_LABEL(label), retval->namespace_combo);
|
||||
ggnc_label_set_alignment(label, 0, 0.5);
|
||||
gnc_label_set_alignment(label, 0, 0.5);
|
||||
|
||||
gtk_widget_set_tooltip_text(label, namespace_tooltip);
|
||||
gtk_widget_set_tooltip_text(retval->namespace_combo, namespace_tooltip);
|
||||
|
Loading…
Reference in New Issue
Block a user