We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bottom_margin
1 parent 8d3423a commit 1320732Copy full SHA for 1320732
data/stylus/style.styl
@@ -11,7 +11,6 @@
11
12
.text-view {
13
background-color: transparent;
14
- padding: 12px;
15
color: inherit;
16
}
17
data/ui/window.ui
@@ -45,6 +45,10 @@
45
<object class="GtkTextView" id="text">
46
<property name="editable">true</property>
47
<property name="wrap-mode">word-char</property>
48
+ <property name="top-margin">12</property>
49
+ <property name="bottom-margin">12</property>
50
+ <property name="left-margin">12</property>
51
+ <property name="right-margin">12</property>
52
<style>
53
<class name="text-view"/>
54
</style>
0 commit comments