pgAdmin III commit: Fix the UI in Find dialog - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the UI in Find dialog
Date
Msg-id 201012181910.oBIJAmw1050962@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the UI in Find dialog

This patch changes the order of the Find, Replace, and Replace All buttons, so that they are at the end of the tab
sequence.

Fixes #291.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c255c21a9ff9f1b39545a78a7d372cd04c66d57e
Author: Nail Samatov <samatov@developers.mail>

Modified Files
--------------
CHANGELOG                            |    1 +
pgadmin/dlg/dlgFindReplace.cpp       |   10 ++++++++++
pgadmin/include/dlg/dlgFindReplace.h |    1 +
3 files changed, 12 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the UI in Find dialog
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix for previous patch