Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/7ca3308bd12db9c55509acf1c7f9f75561e34d7c
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/7ca3308bd12db9c55509acf1c7f9f75561e34d7c
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/7ca3308bd12db9c55509acf1c7f9f75561e34d7c

The branch, master has been updated
       via  7ca3308bd12db9c55509acf1c7f9f75561e34d7c (commit)
      from  8f0f44e3d10a29dc29a46ba6c5f938616241c5fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=7ca3308bd12db9c55509acf1c7f9f75561e34d7c
commit 7ca3308bd12db9c55509acf1c7f9f75561e34d7c
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Widen available values for DPI

diff --git a/frontends/amiga/gui_options.c b/frontends/amiga/gui_options.c
index 4822840..8a9fd7b 100755
--- a/frontends/amiga/gui_options.c
+++ b/frontends/amiga/gui_options.c
@@ -1107,8 +1107,8 @@ void ami_gui_opts_open(void)
                                                                                
        GA_ID, GID_OPTS_DPI_Y,
                                                                                
        GA_RelVerify, TRUE,
                                                                                
        INTEGER_Number, nsoption_int(screen_ydpi),
-                                                                               
        INTEGER_Minimum, 60,
-                                                                               
        INTEGER_Maximum, 150,
+                                                                               
        INTEGER_Minimum, 20,
+                                                                               
        INTEGER_Maximum, 200,
                                                                                
        INTEGER_Arrows, TRUE,
                                                                                
        GA_Disabled, nsoption_bool(bitmap_fonts),
                                                                                
IntegerEnd,


-----------------------------------------------------------------------

Summary of changes:
 frontends/amiga/gui_options.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontends/amiga/gui_options.c b/frontends/amiga/gui_options.c
index 4822840..8a9fd7b 100755
--- a/frontends/amiga/gui_options.c
+++ b/frontends/amiga/gui_options.c
@@ -1107,8 +1107,8 @@ void ami_gui_opts_open(void)
                                                                                
        GA_ID, GID_OPTS_DPI_Y,
                                                                                
        GA_RelVerify, TRUE,
                                                                                
        INTEGER_Number, nsoption_int(screen_ydpi),
-                                                                               
        INTEGER_Minimum, 60,
-                                                                               
        INTEGER_Maximum, 150,
+                                                                               
        INTEGER_Minimum, 20,
+                                                                               
        INTEGER_Maximum, 200,
                                                                                
        INTEGER_Arrows, TRUE,
                                                                                
        GA_Disabled, nsoption_bool(bitmap_fonts),
                                                                                
IntegerEnd,


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to