Mercurial > libervia-desktop-kivy
diff src/cagou.kv @ 1:189b76859110
Profile manager: new profile creation is handled
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Mar 2016 18:58:13 +0100 |
parents | 160cc95ad7ea |
children | 7b0a53d2afd3 |
line wrap: on
line diff
--- a/src/cagou.kv Sat Mar 26 16:20:52 2016 +0100 +++ b/src/cagou.kv Sat Mar 26 18:58:13 2016 +0100 @@ -14,37 +14,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -<ProfileManager>: - Label: - text: "Profile Manager" - size_hint: 1,0.05 - -<ProfileScreen>: - layout: layout - BoxLayout: - id: layout - orientation: 'vertical' - - Label: - text: "Select a profile to connect with, or create a new one" - size_hint: 1,0.05 - - GridLayout: - cols: 2 - size_hint: 1, 0.1 - Button: - size_hint: 1, 0.1 - text: "New" - Button: - text: "Delete" - size_hint: 1, 0.1 - -<ConnectButton>: - text: "Connect" - size_hint: 1, 0.1 - -<ProfileItem>: - background_normal: "button_selected.png" if self.is_selected else "button.png" - deselected_color: 1,1,1,1 - selected_color: 1,1,1,1 - color: 0,0,0,1 +#:include profile_manager.kv