Skip to content

Commit

Permalink
[ubports-seabass] update release notes for v0.5, minor UI tweaks for …
Browse files Browse the repository at this point in the history
…tabbar
  • Loading branch information
milikhin committed Jun 23, 2020
1 parent a215b0b commit 23c8dfc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion editor/src/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default class Editor {
enableLiveAutocompletion: true,

showGutter: !isTerminal,
showLineNumbers: !isTerminal
showLineNumbers: !isTerminal,
scrollPastEnd: 0.5
})
this._initialContentHash = undefined
this._onChangeTimer = undefined
Expand Down
10 changes: 7 additions & 3 deletions ubports-seabass/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2>
</h2>
<p>
v0.5 adds ability to build existing QML, C++, Python and HTML projects with Clickable.
To build a project open clickable.json and click on the "Build" icon.
To build a project open clickable.json file and click on the "Build" icon.
</p>
<p>
Please note that this feature is very-very-very experimental.
Expand All @@ -112,14 +112,18 @@ <h2>
<li>
all project files should be located inside ~/Downloads or ~/Documents
</li>
<li>
clickable.json file should be named 'clickable.json'
</li>
<li>
python3-libertine and libertine-tools packages
(should be preinstalled with the operating system)
</li>
</ul>
<p>
Your feedback on <a href="https://github.com/milikhin/seabass2">github</a>
or in the dedicated <a href="https://forums.ubports.com/topic/4359/feedback-for-the-seabass/6">topic</a> on the UBports forum is very appreciated!
Please have a look at the Support
<a href="https://forums.ubports.com/topic/4359/feedback-for-the-seabass/6">topic</a>
on the UBports forum for details.
</p>
</div>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion ubports-seabass/po/seabass2.mikhael.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seabass2.mikhael\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-23 02:39+0000\n"
"POT-Creation-Date: 2020-06-23 04:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion ubports-seabass/qml/components/TabBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Rectangle {
hoverEnabled: true
active: hovered || pressed
orientation: Qt.Horizontal
size: parent.width / tabBar.contentWidth
size: width / tabBar.contentWidth

anchors.left: parent.left
anchors.right: parent.right
Expand Down
2 changes: 1 addition & 1 deletion ubports-seabass/qml/components/tabs/TabButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ TabButton {
running: isBusy
loops: Animation.Infinite
from: 0.25
to: 0.75
to: 0.85
duration: 3000
}
}
Expand Down

0 comments on commit 23c8dfc

Please sign in to comment.