diff --git a/src/Dialog_Partition_Info.cc b/src/Dialog_Partition_Info.cc index 069b2fdb..a453f956 100644 --- a/src/Dialog_Partition_Info.cc +++ b/src/Dialog_Partition_Info.cc @@ -280,7 +280,7 @@ void Dialog_Partition_Info::Display_Info() table ->attach( * Utils::mk_label( "" + Glib::ustring( _("Path:") ) + "", true, Gtk::ALIGN_LEFT, - Gtk::ALIGN_TOP ), + Gtk::ALIGN_CENTER ), 0, 1, top, bottom, Gtk::FILL ) ; diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index 349bac6b..ad91e540 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -485,7 +485,7 @@ void Win_GParted::init_device_info() table ->attach( * Utils::mk_label( " " + static_cast( _("Path:") ) + "", true, Gtk::ALIGN_LEFT, - Gtk::ALIGN_TOP ), + Gtk::ALIGN_CENTER ), 0, 1, top, bottom, Gtk::FILL ) ;