Skip to content

Commit ee72f2a

Browse files
committed
Bump 2.9.1
1 parent 532cf0e commit ee72f2a

File tree

11 files changed

+21
-9
lines changed

11 files changed

+21
-9
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="29000" id="com.ecarriou.systemdesignerios" version="2.9.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="29003" id="com.ecarriou.systemdesignerios" version="2.9.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing systems.

merges/android/styles/mobile.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ body {
9999
#designer-toolbar-item-extension {
100100
display: none;
101101
}
102+
.log-number {
103+
position: absolute;
104+
right: -20px;
105+
}
102106
}
103107

104108
/* Phablet */

merges/ios/styles/mobile.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ span.glyphicon.glyphicon-menu-left {
9595
#designer-toolbar-item-extension {
9696
display: none;
9797
}
98+
.log-number {
99+
position: absolute;
100+
right: -20px;
101+
}
98102
}
99103

100104
/* iPhone 6 / 7 / 8 */
@@ -110,6 +114,10 @@ span.glyphicon.glyphicon-menu-left {
110114
#designer-toolbar-item-extension {
111115
display: none;
112116
}
117+
.log-number {
118+
position: absolute;
119+
right: -20px;
120+
}
113121
}
114122

115123
/* iPhone 6+ / 7+ / 8+ */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [

www/scripts/editor-behavior.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-component.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-model.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-schema.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-system.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-type.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)