summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/ShortcutView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shortcuts/ShortcutView.cpp b/shortcuts/ShortcutView.cpp
index 04ca2dc4f..dbfcd9613 100644
--- a/shortcuts/ShortcutView.cpp
+++ b/shortcuts/ShortcutView.cpp
@@ -40,9 +40,9 @@ namespace
const unsigned SHORTKEY_ENTRY_FONT_SIZE = 9;
const RawPixel INTER_SPACE_SHORTKEY_DESCRIPTION = 10_em;
const RawPixel SHORTKEY_COLUMN_DEFAULT_WIDTH = 150_em;
- const RawPixel SHORTKEY_COLUMN_MAX_WIDTH = 300_em;
+ const RawPixel SHORTKEY_COLUMN_MAX_WIDTH = 350_em;
const RawPixel DESCRIPTION_COLUMN_DEFAULT_WIDTH = 265_em;
- const RawPixel DESCRIPTION_COLUMN_MAX_WIDTH = 450_em;
+ const RawPixel DESCRIPTION_COLUMN_MAX_WIDTH = 500_em;
const RawPixel LINE_SPACING = 3_em;
const RawPixel MAIN_HORIZONTAL_PADDING = 30_em;
const RawPixel MAIN_VERTICAL_PADDING = 18_em;