Layout fix for prefs-dialog.

master
Jens Lody 11 years ago
parent 60eff04489
commit c8e601b4b0
  1. 3
      data/panel-osd-settings.ui
  2. 4
      gnome-shell-extension-panel-osd.spec

@ -125,6 +125,7 @@
<property name="halign">start</property>
<property name="margin_right">5</property>
<property name="margin_bottom">10</property>
<property name="row_spacing">5</property>
<child>
<object class="GtkSwitch" id="switch-x-reset">
<property name="visible">True</property>
@ -143,6 +144,8 @@
<object class="GtkSwitch" id="switch-y-reset">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
</object>
<packing>
<property name="left_attach">0</property>

@ -1,10 +1,10 @@
%global git 2740ca9
%global git 60eff04
%global uuid panel-osd@berend.de.schouwer.gmail.com
%global github jenslody-gnome-shell-extension-panel-osd
%global checkout git%{git}
Name: gnome-shell-extension-panel-osd
Version: 0
Version: 1
Release: 0.2.%(date +%Y%m%d).%{checkout}%{?dist}
Summary: An extension to show the notification messages below the top-panel instead of above the message tray

Loading…
Cancel
Save