diff options
author | luigifab <[email protected]> | 2025-06-02 11:16:12 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-06-02 20:45:41 +0000 |
commit | c8c63217d6244b62ddc68157b5f0bda1a35da110 (patch) | |
tree | a4679226558c99291758efee4617fab334532eb1 | |
parent | a0aeec575ba18d1101d783d640999df117daf28f (diff) | |
download | mate-power-manager-master.tar.bz2 mate-power-manager-master.tar.xz |
-rw-r--r-- | data/gpm-prefs.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/gpm-prefs.ui b/data/gpm-prefs.ui index 996fc60..070028d 100644 --- a/data/gpm-prefs.ui +++ b/data/gpm-prefs.ui @@ -23,6 +23,7 @@ <property name="title" translatable="yes">Power Management Preferences</property> <property name="icon_name">mate-power-manager</property> <property name="type_hint">dialog</property> + <property name="border-width">5</property> <signal name="delete-event" handler="on_dialog_preferences_delete_event" swapped="no"/> <child> <placeholder/> @@ -94,10 +95,7 @@ <object class="GtkNotebook" id="notebook_preferences"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="margin_left">12</property> - <property name="margin_right">12</property> - <property name="margin_top">12</property> - <property name="margin_bottom">12</property> + <property name="border-width">5</property> <child> <object class="GtkBox" id="box_ac"> <property name="visible">True</property> |