|
|
|
@ -1371,8 +1371,8 @@ class UserDeleteDialog(KDialog):
|
|
|
|
|
toplayout.setStretchFactor(contentbox,1)
|
|
|
|
|
|
|
|
|
|
label = QLabel(contentbox)
|
|
|
|
|
label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", KIcon.NoGroup, KIcon.SizeMedium,
|
|
|
|
|
KIcon.DefaultState, None, True))
|
|
|
|
|
label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", TDEIcon.NoGroup, TDEIcon.SizeMedium,
|
|
|
|
|
TDEIcon.DefaultState, None, True))
|
|
|
|
|
contentbox.setStretchFactor(label,0)
|
|
|
|
|
|
|
|
|
|
textbox = QVBox(contentbox)
|
|
|
|
@ -1460,8 +1460,8 @@ class OverwriteHomeDirectoryDialog(KDialog):
|
|
|
|
|
toplayout.setStretchFactor(contentbox,1)
|
|
|
|
|
|
|
|
|
|
label = QLabel(contentbox)
|
|
|
|
|
label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", KIcon.NoGroup, KIcon.SizeMedium,
|
|
|
|
|
KIcon.DefaultState, None, True))
|
|
|
|
|
label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", TDEIcon.NoGroup, TDEIcon.SizeMedium,
|
|
|
|
|
TDEIcon.DefaultState, None, True))
|
|
|
|
|
contentbox.setStretchFactor(label,0)
|
|
|
|
|
|
|
|
|
|
textbox = QVBox(contentbox)
|
|
|
|
|