[gnote] Increase the default size of note window
- From: Aurimas ÄŒernius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Increase the default size of note window
- Date: Sat, 31 May 2014 22:04:10 +0000 (UTC)
commit 2be207ea32452d6e33cca74b04a3d3ca61b9dca4
Author: Aurimas ÄŒernius <aurisc4 gmail com>
Date: Sun Jun 1 00:34:48 2014 +0300
Increase the default size of note window
src/notewindow.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 423b7e9..d8f8080 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -91,8 +91,8 @@ namespace gnote {
NoteWindow::NoteWindow(Note & note)
: m_note(note)
, m_name(note.get_title())
- , m_height(360)
- , m_width(450)
+ , m_height(450)
+ , m_width(600)
, m_find_handler(note)
, m_global_keys(NULL)
, m_enabled(true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]