diff options
Diffstat (limited to 'src/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 43824dec5..499c720a9 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -272,7 +272,7 @@ sp_export_dialog_area_box (GtkWidget * dlg) { Gtk::VBox* vb = new Gtk::VBox(false, 3); - Gtk::Label* lbl = new Gtk::Label(_("<big><b>Export area</b></big>"), Gtk::ALIGN_LEFT); + Gtk::Label* lbl = new Gtk::Label(_("<big><b>Export area</b></big>"), Gtk::ALIGN_START); lbl->set_use_markup(true); vb->pack_start(*lbl); @@ -470,7 +470,7 @@ sp_export_dialog (void) Gtk::VBox *size_box = new Gtk::VBox(false, 3); size_box->set_border_width(3); - Gtk::Label* lbl = new Gtk::Label(_("<big><b>Bitmap size</b></big>"), Gtk::ALIGN_LEFT); + Gtk::Label* lbl = new Gtk::Label(_("<big><b>Bitmap size</b></big>"), Gtk::ALIGN_START); lbl->set_use_markup(true); size_box->pack_start(*lbl, false, false, 0); const int rows = 2; @@ -519,7 +519,7 @@ sp_export_dialog (void) file_box->set_border_width(3); // true = has mnemonic - Gtk::Label *flabel = new Gtk::Label(_("<big><b>_Filename</b></big>"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, true); + Gtk::Label *flabel = new Gtk::Label(_("<big><b>_Filename</b></big>"), Gtk::ALIGN_START, Gtk::ALIGN_CENTER, true); flabel->set_use_markup(true); file_box->pack_start(*flabel, false, false, 0); |
