[yast-commit] r62150 - /trunk/ldap-server/src/tree_structure.ycp
Author: rhafer Date: Wed Jun 23 13:23:58 2010 New Revision: 62150 URL: http://svn.opensuse.org/viewcvs/yast?rev=62150&view=rev Log: - Alignment Issues (bnc#421040) - Use standard labels for Add/Delete database Buttons Modified: trunk/ldap-server/src/tree_structure.ycp Modified: trunk/ldap-server/src/tree_structure.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/tree_structure.ycp?rev=62150&r1=62149&r2=62150&view=diff ============================================================================== --- trunk/ldap-server/src/tree_structure.ycp (original) +++ trunk/ldap-server/src/tree_structure.ycp Wed Jun 23 13:23:58 2010 @@ -1192,9 +1192,11 @@ `MinSize( 60, 7, `Table( `id( `tab_db ),`opt(`keepSorting), `header(_("Suffix DN"), _("Database type") ) ) ), - `HBox( - `PushButton( `id( `pb_add ), _("A&dd Database...") ), - `PushButton( `id( `pb_del ), _("Delete Database") ) + `Left( + `HBox( + `PushButton( `id( `pb_add ), Label::AddButton() ), + `PushButton( `id( `pb_del ), Label::DeleteButton() ) + ) ) ), "cb_read" : ``( cb_read_databases() ), -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org