[bijiben] Fix default window width
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] Fix default window width
- Date: Tue, 31 Dec 2013 16:58:16 +0000 (UTC)
commit 291905105bf57e9f4a94660e84e1c2c7efca73cc
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Dec 28 10:04:48 2013 -0600
Fix default window width
The default width is almost big enough to show three columns of notes,
but not quite. This leaves lots of yucky blank space on the right side
of the window.
This is only relevant for modern monitors; on an 800x600, Bijiben is
going to be automatically maximized anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=721159
src/bjb-window-base.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-window-base.c b/src/bjb-window-base.c
index 434131d..94f4501 100644
--- a/src/bjb-window-base.c
+++ b/src/bjb-window-base.c
@@ -14,7 +14,7 @@
#include "bjb-note-view.h"
-#define BJB_WIDTH 780
+#define BJB_WIDTH 810
#define BJB_HEIGHT 600
#define BIJIBEN_MAIN_WIN_TITLE N_("Notes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]