Navigation Menu

Skip to content

Commit

Permalink
Better UI for TagMap
Browse files Browse the repository at this point in the history
  • Loading branch information
tomthe committed Aug 2, 2016
1 parent 0f79733 commit 3c440f3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mmview.kv
Expand Up @@ -76,6 +76,7 @@
mv2:mv2
tabpanel:tabpanel
mappanel:mappanel
panel_hash_map:panel_hash_map
startmenu:startmenu
BoxLayout:
orientation:'vertical'
Expand Down Expand Up @@ -106,7 +107,7 @@
on_press:root.mv.mergeActualMapWithRemoteLocation()
TabbedPanelItem:
id:mappanel
text:'Map'
text:'MindMap'
on_state:mv.set_mapview_is_active(self.state)
ScrollView:
canvas.before:
Expand All @@ -120,7 +121,8 @@
size_hint_x:None
id:mv
TabbedPanelItem:
text:'TagMap'
id:panel_hash_map
text:'#HashMap'
on_state:mv2.set_mapview_is_active(self.state)
ScrollView:
MapView:
Expand All @@ -129,7 +131,7 @@
id:mv2

Button:
text:'Generate TagMap'
text:'Generate #HashMap'
pos:self.pos
size:(300,300)
on_press:mv2.build_map(root.mv.generate_hashmap())
Expand All @@ -153,7 +155,7 @@
text:"Redo"
on_press:root.mv.redo()
Button:
text:"TagMap"
text:"#HashMap"
on_press:mv2.build_map(root.mv.generate_hashmap())

<MapDropDown>:
Expand Down

0 comments on commit 3c440f3

Please sign in to comment.