Bigger Openbox buttons (bug #1194261)

ubuntu/bionic
unknown 11 years ago
parent 49ae14bf6d
commit 39d4a72613

@ -1,6 +1,6 @@
#define close_width 14
#define close_height 14
#define close_width 15
#define close_height 15
static unsigned char close_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x02, 0x38, 0x07, 0xf0, 0x03,
0xe0, 0x01, 0xe0, 0x01, 0xf0, 0x03, 0x38, 0x07, 0x10, 0x02, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x0c, 0x38, 0x0e, 0x70, 0x07,
0xe0, 0x03, 0xc0, 0x01, 0xe0, 0x03, 0x70, 0x07, 0x38, 0x0e, 0x18, 0x0c,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

@ -1,6 +1,6 @@
#define iconify_width 14
#define iconify_height 14
#define iconify_width 15
#define iconify_height 15
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xf8, 0x07, 0xf8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
0xf8, 0x0f, 0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

@ -1,6 +1,6 @@
#define max_width 14
#define max_height 14
#define max_width 15
#define max_height 15
static unsigned char max_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00,
0xf8, 0x07, 0xf8, 0x07, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
0xf8, 0x1f, 0xf8, 0x1f, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

@ -1,6 +1,6 @@
#define shade_width 13
#define shade_height 13
#define shade_width 15
#define shade_height 15
static unsigned char shade_bits[] = {
0x00, 0x00, 0xf8, 0x01, 0xf8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x0f, 0xf8, 0x0f, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

@ -1,6 +1,5 @@
# Box theme for Lubuntu 12.10 Quantal Quetzal
# Licensed as GPL2 / Open Source
# Created by 神癒礁湖 (Rafael Laguna)
# Default Lubuntu theme for Openbox, GPL2 / Open Source
# By 神癒礁湖 (Rafael Laguna), Lubuntu Artwork Team
border.color: #808080
border.width: 1

Loading…
Cancel
Save