summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYo'av Moshe <github@yoavmoshe.com>2019-11-02 18:18:46 +0100
committerGaute Hope <eg@gaute.vetsj.com>2019-11-03 13:14:59 +0100
commitb675b421d6c26e18fb0f0af785a80a185ad453ee (patch)
treea13fb250ded6c365798b71406d929e0be853010c
parentd3d117a91929f89a46e5dfc4b4f1d34a4011ebac (diff)
make the command bar fill in available space
-rw-r--r--src/command_bar.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_bar.cc b/src/command_bar.cc
index 925792d..e51c159 100644
--- a/src/command_bar.cc
+++ b/src/command_bar.cc
@@ -27,6 +27,7 @@ namespace Astroid {
hbox.pack_start (mode_label, false, false, 5);
hbox.pack_start (entry, true, true, 5);
+ entry.set_max_width_chars(600);
add(hbox);
entry.signal_activate ().connect (