Skip to content

Commit

Permalink
Fix margin inconsistencies in settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
kostoskistefan authored and serebit committed Oct 15, 2023
1 parent 12de018 commit 7b0a890
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/panel/applets/keyboard-layout/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
<template class="KeyboardLayoutSettings" parent="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">8</property>
<property name="margin_right">4</property>
<property name="margin_top">4</property>
<property name="margin_bottom">4</property>
<property name="row_spacing">10</property>
<property name="column_spacing">6</property>
<property name="hexpand">True</property>
<property name="row_spacing">4</property>
<property name="column_spacing">4</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Show icon</property>
</object>
<packing>
Expand All @@ -27,7 +26,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">end</property>
<property name="hexpand">True</property>
</object>
<packing>
<property name="left_attach">1</property>
Expand Down

0 comments on commit 7b0a890

Please sign in to comment.