Re: [pgadmin-hackers] [pgAdmin4][Patch]: Added the shortcut (CTRL + 0) to reset the zoom level in runtime

2017-06-13 Thread Khushboo Vashi
On Tue, Jun 13, 2017 at 2:52 PM, Dave Page wrote: > Nice work! Committed (along with an update to the docs). > > Congratulations on your first C++ patch :-) > > Thanks Dave. :) > On Tue, Jun 13, 2017 at 7:07 AM, Khushboo Vashi > wrote: > > Hi, > > > > On Mon, Jun 12, 2017 at 5:27 PM, Dave Page

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Added the shortcut (CTRL + 0) to reset the zoom level in runtime

2017-06-13 Thread Dave Page
Nice work! Committed (along with an update to the docs). Congratulations on your first C++ patch :-) On Tue, Jun 13, 2017 at 7:07 AM, Khushboo Vashi wrote: > Hi, > > On Mon, Jun 12, 2017 at 5:27 PM, Dave Page wrote: >> >> Hi >> >> On Mon, Jun 12, 2017 at 5:33 AM, Khushboo Vashi >> wrote: >> >

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Added the shortcut (CTRL + 0) to reset the zoom level in runtime

2017-06-12 Thread Khushboo Vashi
Hi, On Mon, Jun 12, 2017 at 5:27 PM, Dave Page wrote: > Hi > > On Mon, Jun 12, 2017 at 5:33 AM, Khushboo Vashi > wrote: > > Hi, > > > > Please find the attached patch to reset the zoom level in the desktop > > runtime. > > > > Added the new shortcut CTRL + 0 to reset the zoom level. > > The cod

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Added the shortcut (CTRL + 0) to reset the zoom level in runtime

2017-06-12 Thread Dave Page
Hi On Mon, Jun 12, 2017 at 5:33 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch to reset the zoom level in the desktop > runtime. > > Added the new shortcut CTRL + 0 to reset the zoom level. The code looks good, however I don't think resetting to the startup value is really wh

[pgadmin-hackers] [pgAdmin4][Patch]: Added the shortcut (CTRL + 0) to reset the zoom level in runtime

2017-06-11 Thread Khushboo Vashi
Hi, Please find the attached patch to reset the zoom level in the desktop runtime. Added the new shortcut CTRL + 0 to reset the zoom level. Thanks, Khushboo diff --git a/runtime/BrowserWindow.cpp b/runtime/BrowserWindow.cpp index 516b868..5845b7e 100644 --- a/runtime/BrowserWindow.cpp +++ b/runt