updated view
This commit is contained in:
@@ -261,6 +261,27 @@
|
||||
multiline: False
|
||||
font_size: sp(14)
|
||||
|
||||
# Resolution
|
||||
BoxLayout:
|
||||
orientation: 'horizontal'
|
||||
size_hint_y: None
|
||||
height: dp(40)
|
||||
spacing: dp(10)
|
||||
|
||||
Label:
|
||||
text: 'Max Resolution:'
|
||||
size_hint_x: 0.3
|
||||
text_size: self.size
|
||||
halign: 'left'
|
||||
valign: 'middle'
|
||||
|
||||
TextInput:
|
||||
id: resolution_input
|
||||
size_hint_x: 0.7
|
||||
multiline: False
|
||||
font_size: sp(14)
|
||||
hint_text: '1920x1080 or auto'
|
||||
|
||||
Widget:
|
||||
size_hint_y: 0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user