Skip to content

Commit 68b2d79

Browse files
author
Lains
committed
* - Make window small like a toolbox app
1 parent e09abfa commit 68b2d79

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

data/shot-dark.png

663 Bytes
Loading

data/shot.png

1.08 KB
Loading

data/ui/window.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<property name="spacing">6</property>
5656
<property name="margin-start">12</property>
5757
<property name="margin-end">12</property>
58-
<property name="margin-top">5</property>
58+
<property name="margin-top">47</property>
5959
<child>
6060
<object class="GtkEntry" id="color_label">
6161
<property name="max-width-chars">7</property>

src/window.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ namespace Colorway {
108108
color_rule_dropdown.set_active(3);
109109
color_rule_dropdown.set_halign (Gtk.Align.START);
110110
color_rule_dropdown.margin_bottom = 12;
111+
color_rule_dropdown.width_request = 175;
111112

112113
box = new PaletteButton ("#111", false);
113114
box.set_size_request(44, 44);

0 commit comments

Comments
 (0)