changed decoration (trying theme stuff); change the size of the border (4 is not...
authormss <noemail>
Wed, 6 Dec 2006 10:00:04 +0000 (10:00 +0000)
committermss <noemail>
Wed, 6 Dec 2006 10:00:04 +0000 (10:00 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@27 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 0a0e04a..1e06ac7 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 #define SLA_APPLET_DBUS_NAME  "simple-launcher"
 #define SLA_APPLET_VERSION    "0.0"
 #define SLA_APPLET_ICON_SIZE  26
-#define SLA_APPLET_BORDER_SIZE  4
+#define SLA_APPLET_BORDER_SIZE  14
 #define SLA_APPLET_CANVAS_SIZE  (SLA_APPLET_BORDER_SIZE+SLA_APPLET_BORDER_SIZE)
 
 class SimpleLauncherApplet {
@@ -172,7 +172,7 @@ bool SimpleLauncherApplet::initWidget() {
 
   if (button_no) {
     myWidget = gtk_frame_new(0);
-#if 0
+#if 1
     gtk_container_set_border_width(GTK_CONTAINER(myWidget), 0);
     gtk_widget_set_name(myWidget, "osso-speeddial");
 #else