diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-06-30 19:14:57 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-06-30 19:14:57 +0200 |
commit | 501e2035c4207ba906aee84461f3ee427a9bce97 (patch) | |
tree | fa32316f806f9e0fe4b7f5e315dcbbb065bcd9b4 /src/plugins | |
parent | Some MainWindow and WebViewTabBar cleanup (diff) | |
download | smolbote-501e2035c4207ba906aee84461f3ee427a9bce97.tar.xz |
Status bar height capped; loading bar now hides after 2s
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/plugins.qbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugins.qbs b/src/plugins/plugins.qbs index 72b4ba2..85f9c88 100644 --- a/src/plugins/plugins.qbs +++ b/src/plugins/plugins.qbs @@ -1,5 +1,5 @@ Project { references: [ - "tomleditor/tomleditor.qbs", + //"tomleditor/tomleditor.qbs", ] } |