Skip to content

Commit

Permalink
Fixed: About Popover didn't position itself correctly.
Browse files Browse the repository at this point in the history
Updated to latest Ubuntu Components.
  • Loading branch information
thecosmicfrog committed Jul 12, 2015
1 parent 659476a commit 15e387b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion uDART.apparmor
Expand Up @@ -2,5 +2,5 @@
"policy_groups": [ "policy_groups": [
"networking" "networking"
], ],
"policy_version": 1.2 "policy_version": 1.3
} }
6 changes: 2 additions & 4 deletions uDART.qml
@@ -1,15 +1,13 @@
import QtQuick 2.0 import QtQuick 2.0
import Ubuntu.Components 1.1 import Ubuntu.Components 1.2
import U1db 1.0 as U1db import U1db 1.0 as U1db
import "ui" import "ui"


MainView { MainView {
id: mainView id: mainView


applicationName: "org.thecosmicfrog.udart" applicationName: "org.thecosmicfrog.udart"
property string version: "0.16" property string version: "0.17"

useDeprecatedToolbar: false


//automaticOrientation: true //automaticOrientation: true


Expand Down
4 changes: 3 additions & 1 deletion ui/AboutPopover.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0 import QtQuick 2.0
import Ubuntu.Components 1.1 import Ubuntu.Components 1.2
import Ubuntu.Components.ListItems 1.0 as ListItem import Ubuntu.Components.ListItems 1.0 as ListItem
import Ubuntu.Components.Popups 1.0 import Ubuntu.Components.Popups 1.0


Expand All @@ -9,6 +9,8 @@ Component {
Popover { Popover {
id: aboutPopover id: aboutPopover


height: parent.height * 0.75

Column { Column {
id: aboutColumn id: aboutColumn


Expand Down
2 changes: 1 addition & 1 deletion ui/MainPage.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0 import QtQuick 2.0
import Ubuntu.Components 1.1 import Ubuntu.Components 1.2
import Ubuntu.Components.Popups 1.0 import Ubuntu.Components.Popups 1.0


Page { Page {
Expand Down

0 comments on commit 15e387b

Please sign in to comment.