Skip to content

Commit 56dc02a

Browse files
committed
0.2.34
1 parent c9bda6f commit 56dc02a

4 files changed

Lines changed: 7 additions & 13 deletions

File tree

css/styles.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,21 +257,15 @@
257257
cursor: crosshair;
258258
}
259259

260-
.ptro-wrapper .ptro-pallet {
260+
.ptro-wrapper .ptro-pallet,
261+
.ptro-wrapper .ptro-resize-widget{
261262
width: 200px;
262263
padding: 10px;
263264
z-index: 100;
264265
box-sizing: border-box;
266+
font-size: 1px;
265267
}
266268

267-
.ptro-wrapper .ptro-resize-widget {
268-
width: 200px;
269-
padding: 10px;
270-
z-index: 100;
271-
box-sizing: border-box;
272-
}
273-
274-
275269
.ptro-error {
276270
background-color: rgba(200, 0, 0, 0.5);
277271
padding: 5px;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "0.2.33",
3+
"version": "0.2.34",
44
"description": "HTML5 image editor widget",
55
"main": "build/painterro.commonjs2.js",
66
"scripts": {

wp/trunk/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
return {
9191
longname: "Painterro",
9292
author: "Ivan Borshchov",
93-
version: "0.2.33",
93+
version: "0.2.34",
9494
};
9595
}
9696
});

wp/trunk/painterro-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Plugin Name: Painterro
55
Plugin URI: https://github.com/ivictbor/painterro
66
Description: Paste screenshots and edit images directly in browser. Adds Painterro button to visual editor for images editing. Absolutely free and open source.
7-
Version: 0.2.33
7+
Version: 0.2.34
88
Author: Ivan Borshchov
99
License: MIT
1010
*/
1111

12-
define("PAINTERRO_FILE", "painterro-0.2.33.min.js");
12+
define("PAINTERRO_FILE", "painterro-0.2.34.min.js");
1313

1414
function include_painterro_script()
1515
{

0 commit comments

Comments
 (0)