diff options
Diffstat (limited to 'src/ui/dialog/text-edit.cpp')
| -rw-r--r-- | src/ui/dialog/text-edit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp index c7d899f45..f6b2305b1 100644 --- a/src/ui/dialog/text-edit.cpp +++ b/src/ui/dialog/text-edit.cpp @@ -58,7 +58,6 @@ namespace Dialog { TextEdit::TextEdit() : UI::Widget::Panel("", "/dialogs/textandfont", SP_VERB_DIALOG_TEXT), font_label(_("_Font"), true), - layout_frame(), text_label(_("_Text"), true), vari_label(_("_Variants"), true), setasdefault_button(_("Set as _default")), @@ -128,7 +127,6 @@ TextEdit::TextEdit() preview_label.set_line_wrap(FALSE); font_vbox.pack_start(fontsel_hbox, true, true); - font_vbox.pack_start(layout_frame, false, false, VB_MARGIN); font_vbox.pack_start(preview_label, true, true, VB_MARGIN); /* Text tab */ |
