[kamera commit] r80 - trunk/kamera

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 6, 2009, 2:43:18 PM2/6/09
to kamera-...@googlegroups.com
Author: ugur.jnmbk
Date: Fri Feb 6 11:41:46 2009
New Revision: 80

Modified:
trunk/kamera/mainwindow.py

Log:
borders look like a photo now

Modified: trunk/kamera/mainwindow.py
==============================================================================
--- trunk/kamera/mainwindow.py (original)
+++ trunk/kamera/mainwindow.py Fri Feb 6 11:41:46 2009
@@ -58,7 +58,7 @@
pixmap = QtGui.QPixmap(filename)
self.setPixmap(pixmap.scaledToHeight(100))
self.setMaximumSize(self.pixmap().size())
- self.setStyleSheet("border-right:2px solid gray;border-bottom:2px
solid black")
+ self.setStyleSheet("border:2px solid white")
self.deleteAction =
QtGui.QAction(QtGui.QIcon(":icons/delete.png"),
QtGui.QApplication.translate("MainWindow", "Delete"), self)
QtCore.QObject.connect(self.deleteAction,
QtCore.SIGNAL("triggered(bool)"), self.delete)
self.filename = filename

Reply all
Reply to author
Forward
0 new messages