Add a bit of margin on the statusbar
So that the text doesn't touch the side of the window. And it looks much cleaner.
This commit is contained in:
		@ -5,6 +5,10 @@
 | 
			
		||||
    <property name="can_focus">False</property>
 | 
			
		||||
    <property name="vexpand">False</property>
 | 
			
		||||
    <property name="spacing">2</property>
 | 
			
		||||
    <property name="margin_left">10</property>
 | 
			
		||||
    <property name="margin_right">10</property>
 | 
			
		||||
    <property name="margin_top">6</property>
 | 
			
		||||
    <property name="margin_bottom">6</property>
 | 
			
		||||
    <child>
 | 
			
		||||
      <object class="GtkFrame" id="frame">
 | 
			
		||||
        <property name="visible">True</property>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user