From 133bdbed952d41c2cf4cf630cb1e398686388bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20R=C4=99bacz?= Date: Sat, 22 Oct 2022 16:19:09 +0200 Subject: [PATCH] Ide: fix broken assist setup layout (text truncation). --- uppsrc/ide/ide.lay | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uppsrc/ide/ide.lay b/uppsrc/ide/ide.lay index 568cfcab1..cb2590132 100644 --- a/uppsrc/ide/ide.lay +++ b/uppsrc/ide/ide.lay @@ -589,15 +589,15 @@ LAYOUT(SetupAssistLayout, 544, 312) ITEM(Upp::Option, assist, SetLabel(t_("Implicit autocomplete (e.g. after typing '.')")).LeftPosZ(4, 252).TopPosZ(68, 16)) ITEM(Upp::Label, dv___6, SetLabel(t_("Number of files with cached autocomplete info")).LeftPosZ(4, 240).TopPosZ(88, 19)) ITEM(Upp::EditIntSpin, parsed_files, LeftPosZ(248, 64).TopPosZ(88, 19)) - ITEM(Upp::Option, commentdp, SetLabel(t_("Comment out default parameters in \"Copy as declaration\"")).Tip(t_("Comment out default parameters when converting declaration to definition instead of removing them")).LeftPosZ(4, 304).TopPosZ(112, 16)) + ITEM(Upp::Option, commentdp, SetLabel(t_("Comment out default parameters in \"Copy as declaration\"")).Tip(t_("Comment out default parameters when converting declaration to definition instead of removing them")).LeftPosZ(4, 332).TopPosZ(112, 16)) ITEM(Upp::Option, auto_enclose, SetLabel(t_("[ { ( \" / * enclose selection")).LeftPosZ(4, 252).TopPosZ(132, 16)) ITEM(Upp::Option, mark_lines, SetLabel(t_("Mark lines with errors, warnings and changes")).LeftPosZ(4, 252).TopPosZ(152, 16)) ITEM(Upp::Option, barline, SetLabel(t_("Highlight line in the left bar")).LeftPosZ(4, 252).TopPosZ(172, 16)) ITEM(Upp::Option, qtfsel, SetLabel(t_("QTF designer edits selection")).LeftPosZ(4, 252).TopPosZ(192, 16)) ITEM(Upp::Option, navigator_right, SetLabel(t_("Place navigator to the right")).LeftPosZ(4, 252).TopPosZ(212, 16)) - ITEM(Upp::Option, show_errors, SetLabel(t_("Show errors in the current file based on libclang parser")).LeftPosZ(4, 340).TopPosZ(232, 16)) - ITEM(Upp::Option, show_errors_status, SetLabel(t_("Show error status of the current file based on libclang parser")).LeftPosZ(4, 252).TopPosZ(252, 16)) - ITEM(Upp::Option, diagnostics, SetLabel(t_("Assist diagnostics (verbose mode)")).LeftPosZ(4, 252).TopPosZ(272, 16)) + ITEM(Upp::Option, show_errors, SetLabel(t_("Show errors in the current file based on libclang parser")).LeftPosZ(4, 344).TopPosZ(232, 16)) + ITEM(Upp::Option, show_errors_status, SetLabel(t_("Show error status of the current file based on libclang parser")).LeftPosZ(4, 344).TopPosZ(252, 16)) + ITEM(Upp::Option, diagnostics, SetLabel(t_("Assist diagnostics (verbose mode)")).HSizePosZ(4, 196).TopPosZ(272, 16)) ITEM(Upp::Option, header_guards, SetLabel(t_("Insert guards to new headers")).LeftPosZ(356, 252).TopPosZ(4, 16)) ITEM(Upp::Switch, insert_include, SetLabel(t_("No #include in new sources\n#include first\n#include previous")).LeftPosZ(356, 252).TopPosZ(24, 52)) END_LAYOUT