pgAdmin III commit: Makes sure we set a size to the Size column

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Makes sure we set a size to the Size column
Date: 2011-08-15 14:23:52
Message-ID: E1Qsy52-00069b-Vf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Makes sure we set a size to the Size column

Without it, it's really difficult to read the contents of this specific
column. (We usually use the header size, and "Size" is pretty small,
which makes every cell of this column unreadable.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ff4e076205320ad3c90a0fa8dbe64447b1f9de03

Modified Files
--------------
pgadmin/schema/pgTable.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-15 14:27:22 pgAdmin III commit: Redesign the options window
Previous Message Guillaume Lelarge 2011-08-15 13:07:15 Re: New options dialog