whitespace cleanup
This commit is contained in:
parent
3d67bd3226
commit
a265fe9248
|
@ -756,7 +756,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0.50999999046325684</property>
|
||||
<property name="label" translatable="yes">Hide size from title</property>
|
||||
<property name="label" translatable="yes">Hide size from title</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="top_attach">13</property>
|
||||
|
|
|
@ -981,7 +981,7 @@ class PrefsEditor:
|
|||
|
||||
def on_focuscombo_changed(self, widget):
|
||||
"""Focus type changed"""
|
||||
selected = widget.get_active()
|
||||
selected = widget.get_active()
|
||||
if selected == 1:
|
||||
value = 'click'
|
||||
elif selected == 2:
|
||||
|
|
Loading…
Reference in New Issue