@@ -334,7 +334,6 @@ NavigationLayout:
334334 BoxLayout:
335335 AnchorLayout:
336336 MDRaisedButton:
337- size_hint: .6 , .35
338337 height: dp(40 )
339338 MDLabel:
340339 font_style: ' H4'
@@ -383,7 +382,6 @@ NavigationLayout:
383382 txt_input: txt_input
384383 rv: rv
385384 size : (890 , 60 )
386- size_hint: 1 ,1
387385 MyTextInput:
388386 id : txt_input
389387 size_hint_y: None
@@ -414,7 +412,6 @@ NavigationLayout:
414412 spacing:50
415413 AnchorLayout:
416414 MDRaisedButton:
417- size_hint: 1 , None
418415 height: dp(40 )
419416 on_press: root.reset_composer()
420417 MDLabel:
@@ -512,7 +509,6 @@ NavigationLayout:
512509 BoxLayout:
513510 AnchorLayout:
514511 MDRaisedButton:
515- size_hint: .5 , .35
516512 height: dp(40 )
517513 on_press: app.root.ids.scr_mngr.current = ' random'
518514 MDLabel:
@@ -556,7 +552,6 @@ NavigationLayout:
556552 BoxLayout:
557553 AnchorLayout:
558554 MDRaisedButton:
559- size_hint: .5 , None
560555 height: dp(40 )
561556 on_release: root.generateaddress(app)
562557 opposite_colors: True
@@ -586,7 +581,6 @@ NavigationLayout:
586581 BoxLayout:
587582 AnchorLayout:
588583 MDRaisedButton:
589- size_hint: .6 , .55
590584 height: dp(40 )
591585 MDLabel:
592586 font_style: ' H4'
@@ -599,7 +593,6 @@ NavigationLayout:
599593 BoxLayout:
600594 AnchorLayout:
601595 MDRaisedButton:
602- size_hint: .6 , .55
603596 height: dp(40 )
604597 MDLabel:
605598 font_style: ' H4'
@@ -612,7 +605,6 @@ NavigationLayout:
612605 BoxLayout:
613606 AnchorLayout:
614607 MDRaisedButton:
615- size_hint: .6 , .55
616608 height: dp(40 )
617609 MDLabel:
618610 font_style: ' H4'
@@ -633,7 +625,6 @@ NavigationLayout:
633625 BoxLayout:
634626 MDCheckbox:
635627 id : chkbox
636- size_hint: None , None
637628 size: dp(48 ), dp(64 )
638629 active: True
639630 MDLabel:
@@ -718,7 +709,6 @@ NavigationLayout:
718709 Rectangle:
719710 pos: self .pos
720711 size: self .size
721- size_hint: 1 , None
722712 height: dp(40 )
723713 on_press: root.get_available_credits(self )
724714 MDLabel:
@@ -763,7 +753,6 @@ NavigationLayout:
763753 Rectangle:
764754 pos: self .pos
765755 size: self .size
766- size_hint: 1 , None
767756 height: dp(40 )
768757 MDLabel:
769758 font_style: ' H4'
@@ -807,7 +796,6 @@ NavigationLayout:
807796 Rectangle:
808797 pos: self .pos
809798 size: self .size
810- size_hint: 1 , None
811799 height: dp(40 )
812800 MDLabel:
813801 font_style: ' H4'
@@ -819,7 +807,6 @@ NavigationLayout:
819807
820808<GrashofPopup> :
821809 id : popup
822- size_hint : (None ,None )
823810 height: 2 * (label.height + address.height) + 10
824811 width :app.window_size[0 ] - app.window_size[0 ]/ 10
825812 title: ' add contact\' s'
@@ -852,7 +839,6 @@ NavigationLayout:
852839 orientation: ' horizontal'
853840 MDRaisedButton:
854841 id : save_addr
855- size_hint: 1.5 , None
856842 height: dp(40 )
857843 on_release:
858844 root.savecontact()
@@ -863,7 +849,6 @@ NavigationLayout:
863849 color: (1 ,1 ,1 ,1 )
864850 halign: ' center'
865851 MDRaisedButton:
866- size_hint: 1.5 , None
867852 height: dp(40 )
868853 on_press: root.dismiss()
869854 on_press: root.close_pop()
@@ -874,7 +859,6 @@ NavigationLayout:
874859 color: (1 ,1 ,1 ,1 )
875860 halign: ' center'
876861 MDRaisedButton:
877- size_hint: 2 , None
878862 height: dp(40 )
879863 MDLabel:
880864 font_style: ' H4'
@@ -965,7 +949,6 @@ NavigationLayout:
965949
966950<MyaddDetailPopup> :
967951 id : myadd_popup
968- size_hint : (None ,None )
969952 height: 4.5 * (myaddr_label.height+ my_add_btn.children[0 ].height)
970953 width :app.window_size[0 ] - app.window_size[0 ]/ 10
971954 background: ' ./images/popup.jpeg'
@@ -1010,7 +993,6 @@ NavigationLayout:
1010993 spacing:5
1011994 orientation: ' horizontal'
1012995 MDRaisedButton:
1013- size_hint: 2 , None
1014996 height: dp(40 )
1015997 on_press: root.send_message_from()
1016998 MDLabel:
@@ -1020,7 +1002,6 @@ NavigationLayout:
10201002 color: (1 ,1 ,1 ,1 )
10211003 halign: ' center'
10221004 MDRaisedButton:
1023- size_hint: 1.5 , None
10241005 height: dp(40 )
10251006 on_press: root.dismiss()
10261007 on_press: app.root.ids.scr_mngr.current = ' showqrcode'
@@ -1032,7 +1013,6 @@ NavigationLayout:
10321013 color: (1 ,1 ,1 ,1 )
10331014 halign: ' center'
10341015 MDRaisedButton:
1035- size_hint: 1.5 , None
10361016 height: dp(40 )
10371017 on_press: root.dismiss()
10381018 on_press: root.close_pop()
@@ -1045,7 +1025,6 @@ NavigationLayout:
10451025
10461026<AddbookDetailPopup> :
10471027 id : addbook_popup
1048- size_hint : (None ,None )
10491028 height: 4 * (add_label.height)
10501029 width :app.window_size[0 ] - app.window_size[0 ]/ 10
10511030 background: ' ./images/popup.jpeg'
@@ -1092,7 +1071,6 @@ NavigationLayout:
10921071 spacing:5
10931072 orientation: ' horizontal'
10941073 MDRaisedButton:
1095- size_hint: 2 , None
10961074 height: dp(40 )
10971075 on_press: root.send_message_to()
10981076 MDLabel:
@@ -1102,7 +1080,6 @@ NavigationLayout:
11021080 color: (1 ,1 ,1 ,1 )
11031081 halign: ' center'
11041082 MDRaisedButton:
1105- size_hint: 1.5 , None
11061083 height: dp(40 )
11071084 font_size: ' 10sp'
11081085 on_press: root.update_addbook_label(root.address)
@@ -1113,7 +1090,6 @@ NavigationLayout:
11131090 color: (1 ,1 ,1 ,1 )
11141091 halign: ' center'
11151092 MDRaisedButton:
1116- size_hint: 1.5 , None
11171093 height: dp(40 )
11181094 on_press: root.dismiss()
11191095 on_press: root.close_pop()
0 commit comments