Commit 45086810 authored by Filip Zajdel's avatar Filip Zajdel Committed by Stephanos Ioannidis
Browse files

kconfig: wrap description in guiconfig



Modify description frame to wrap the text so the window
doesn't have to be scrolled horizontally.

Signed-off-by: default avatarFilip Zajdel <filip.zajdel@nordicsemi.no>
parent 62bc9bf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ def _create_kconfig_desc(parent):

    frame = ttk.Frame(parent)

    desc = Text(frame, height=12, wrap="none", borderwidth=0,
    desc = Text(frame, height=12, wrap="word", borderwidth=0,
                state="disabled")
    desc.grid(column=0, row=0, sticky="nsew")