[gnome-control-center] all: set the 'inline-toolbar' style class to toolbars which need it
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] all: set the 'inline-toolbar' style class to toolbars which need it
- Date: Thu, 17 Mar 2011 19:25:25 +0000 (UTC)
commit 92c3f6dd6131a0aacd37bd8984c012762b7c13a1
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Mar 17 15:07:46 2011 -0400
all: set the 'inline-toolbar' style class to toolbars which need it
https://bugzilla.gnome.org/show_bug.cgi?id=645059
panels/background/background.ui | 3 +++
panels/keyboard/gnome-keyboard-panel.ui | 3 +++
panels/network/network.ui | 3 +++
panels/printers/printers.ui | 3 +++
panels/region/gnome-region-panel.ui | 3 +++
panels/user-accounts/data/user-accounts-dialog.ui | 3 +++
6 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index f6221ca..5d5b893 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -76,6 +76,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_size">1</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
<object class="GtkToolButton" id="add_button">
<property name="visible">True</property>
diff --git a/panels/keyboard/gnome-keyboard-panel.ui b/panels/keyboard/gnome-keyboard-panel.ui
index 6dbe9bb..8a43fc3 100644
--- a/panels/keyboard/gnome-keyboard-panel.ui
+++ b/panels/keyboard/gnome-keyboard-panel.ui
@@ -693,6 +693,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_size">1</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
<object class="GtkToolButton" id="add-toolbutton">
<property name="visible">True</property>
diff --git a/panels/network/network.ui b/panels/network/network.ui
index 2f22d61..5d4fc48 100644
--- a/panels/network/network.ui
+++ b/panels/network/network.ui
@@ -119,6 +119,9 @@
<property name="can_focus">False</property>
<property name="show_arrow">False</property>
<property name="icon_size">1</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
<object class="GtkToolButton" id="add_toolbutton">
<property name="visible">True</property>
diff --git a/panels/printers/printers.ui b/panels/printers/printers.ui
index 6dc0c07..a546a56 100644
--- a/panels/printers/printers.ui
+++ b/panels/printers/printers.ui
@@ -38,6 +38,9 @@
<property name="visible">True</property>
<property name="icon_size">1</property>
<property name="icon_size_set">True</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
<object class="GtkToolButton" id="printer-add-button">
<property name="visible">True</property>
diff --git a/panels/region/gnome-region-panel.ui b/panels/region/gnome-region-panel.ui
index 3c856e4..9ff15c4 100644
--- a/panels/region/gnome-region-panel.ui
+++ b/panels/region/gnome-region-panel.ui
@@ -249,6 +249,9 @@
<property name="can_focus">False</property>
<property name="show_arrow">False</property>
<property name="icon_size">1</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
<object class="GtkToolButton" id="xkb_layouts_add">
<property name="visible">True</property>
diff --git a/panels/user-accounts/data/user-accounts-dialog.ui b/panels/user-accounts/data/user-accounts-dialog.ui
index 43ecdbd..15c0a9e 100644
--- a/panels/user-accounts/data/user-accounts-dialog.ui
+++ b/panels/user-accounts/data/user-accounts-dialog.ui
@@ -82,6 +82,9 @@
<property name="visible">True</property>
<property name="icon_size">1</property>
<property name="icon_size_set">True</property>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
<child>
<object class="GtkToolButton" id="add-user-toolbutton">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]