1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Reduce default/minumal window size from 830x670 to 630x470.

This commit is contained in:
Maxim Sobolev 2001-01-12 15:08:08 +00:00
parent f3fe1f940f
commit 6d8df1a5f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37128
2 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= moleskine
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= editors python gnome
MASTER_SITES= http://www.moleskine.f2s.com/
DISTNAME= ${PORTNAME:S/^m/M/}-${PORTVERSION}

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- Moleskine/MoleskineApp.py 2001/01/12 14:58:39 1.1
+++ Moleskine/MoleskineApp.py 2001/01/12 14:58:55
@@ -38,7 +38,7 @@
self.set_wmclass('main_window', 'Moleskine')
self.connect('delete_event', menu.exit)
- self.set_usize(830, 670)
+ self.set_usize(630, 470)
self.set_contents(self.notebook)
self.create_menus(menu.main_menu)