diff options
| -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: | 
