Skip to content

Commit

Permalink
use the new CardDelegate defined in the mycroft-gui repository to abs…
Browse files Browse the repository at this point in the history
…tract some of the grid-style card layout commonalities.
  • Loading branch information
chrisveilleux committed May 12, 2021
1 parent 9ca144a commit 054c9b2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ui/WeatherDelegateMarkII.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ import QtQuick.Controls 2.0

import Mycroft 1.0 as Mycroft

// TODO: Change to use CardDelegate
Mycroft.Delegate {
Mycroft.CardDelegate {
id: root

readonly property int gridUnit: 16

bottomPadding: 32
leftPadding: 32
rightPadding: 32
topPadding: 32

}

0 comments on commit 054c9b2

Please sign in to comment.