Skip to content

Commit 1a25b1a

Browse files
committed
Restore padding
1 parent 54cbfb8 commit 1a25b1a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

data/Application.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ windowcontrols:backdrop button {
2525
editablelabel {
2626
font-weight: 800;
2727
text-shadow: 0px 1px rgba(255,255,255,0.5);
28-
/* text-shadow: none; */
28+
padding-left: 24px;
29+
padding-right: 24px;
2930
letter-spacing: .04em;
3031
}
3132

src/Widgets/EditableLabel.vala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ public class Jorts.EditableLabel : Granite.Bin {
4141
tooltip_markup = Granite.markup_accel_tooltip (
4242
{"<Control>L"},
4343
_("Click to edit the title")
44-
),
45-
margin_start = 24,
46-
margin_end = 24
44+
)
4745
};
4846
editablelabel.add_css_class (Granite.STYLE_CLASS_TITLE_LABEL);
4947
child = editablelabel;

0 commit comments

Comments
 (0)