diff options
| author | Roland Stigge <stigge@antcom.de> | 2018-01-16 21:37:13 +0100 | 
|---|---|---|
| committer | Roland Stigge <stigge@antcom.de> | 2018-01-16 21:37:13 +0100 | 
| commit | 24498ccff798081cbb356787881501313d707f8e (patch) | |
| tree | 53028b6009b37bc045c99cd07cec57fdad28bfb4 | |
| parent | 5541c410c699025b2803154008285e9c4a89db15 (diff) | |
Fixed cursor
| -rw-r--r-- | html/webbox.css | 1 | ||||
| -rw-r--r-- | src/webbox.cpp | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/html/webbox.css b/html/webbox.css index 42761a5..dbed171 100644 --- a/html/webbox.css +++ b/html/webbox.css @@ -24,6 +24,7 @@ div, td, h1 {  	font-size: 16px;  	margin: 2px 2px;  	border-radius: 6px; +	cursor: pointer;  }  .leftbutton { diff --git a/src/webbox.cpp b/src/webbox.cpp index 51b6436..995e688 100644 --- a/src/webbox.cpp +++ b/src/webbox.cpp @@ -13,7 +13,7 @@  #include <QUrlQuery>  #include <QPair> -#define PROGRAMVERSION "1.1" +#define PROGRAMVERSION "1.2"  #define BUFSIZE 1000000  // XML special characters: | 
