mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-6093: Set the text of the minimized outlook style buttons.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
54accf8708
commit
49ea5a0d62
@ -161,7 +161,7 @@ namespace XenAdmin.Controls.MainWindowControls
|
||||
public void UpdateNotificationsButton(NotificationsSubMode mode, int entries)
|
||||
{
|
||||
notificationsView.UpdateEntries(mode, entries);
|
||||
buttonNotifyBig.Text = string.Format("Notifications ({0})", notificationsView.GetTotalEntries());
|
||||
buttonNotifyBig.Text = buttonNotifySmall.Text = string.Format("Notifications ({0})", notificationsView.GetTotalEntries());
|
||||
}
|
||||
|
||||
public void XenConnectionCollectionChanged(CollectionChangeEventArgs e)
|
||||
|
@ -394,7 +394,7 @@
|
||||
<value>23, 22</value>
|
||||
</data>
|
||||
<data name="buttonNotifySmall.Text" xml:space="preserve">
|
||||
<value>toolStripButton1</value>
|
||||
<value>Notifications</value>
|
||||
</data>
|
||||
<data name="buttonSearchesSmall.ImageScaling" type="System.Windows.Forms.ToolStripItemImageScaling, System.Windows.Forms">
|
||||
<value>None</value>
|
||||
@ -406,7 +406,7 @@
|
||||
<value>29, 22</value>
|
||||
</data>
|
||||
<data name="buttonSearchesSmall.Text" xml:space="preserve">
|
||||
<value>toolStripButton1</value>
|
||||
<value>Saved Searches</value>
|
||||
</data>
|
||||
<data name="buttonOrganizationSmall.ImageScaling" type="System.Windows.Forms.ToolStripItemImageScaling, System.Windows.Forms">
|
||||
<value>None</value>
|
||||
@ -418,7 +418,7 @@
|
||||
<value>29, 22</value>
|
||||
</data>
|
||||
<data name="buttonOrganizationSmall.Text" xml:space="preserve">
|
||||
<value>toolStripButton1</value>
|
||||
<value>Organization Views</value>
|
||||
</data>
|
||||
<data name="buttonObjectsSmall.ImageScaling" type="System.Windows.Forms.ToolStripItemImageScaling, System.Windows.Forms">
|
||||
<value>None</value>
|
||||
@ -430,7 +430,7 @@
|
||||
<value>23, 22</value>
|
||||
</data>
|
||||
<data name="buttonObjectsSmall.Text" xml:space="preserve">
|
||||
<value>toolStripButton1</value>
|
||||
<value>Objects</value>
|
||||
</data>
|
||||
<data name="buttonInfraSmall.ImageScaling" type="System.Windows.Forms.ToolStripItemImageScaling, System.Windows.Forms">
|
||||
<value>None</value>
|
||||
@ -442,7 +442,7 @@
|
||||
<value>23, 22</value>
|
||||
</data>
|
||||
<data name="buttonInfraSmall.Text" xml:space="preserve">
|
||||
<value>toolStripButton1</value>
|
||||
<value>Infrastructure</value>
|
||||
</data>
|
||||
<data name="toolStripSmall.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>0, 401</value>
|
||||
|
Loading…
Reference in New Issue
Block a user