Исправлена шапка

pull/32/head
Igor Belitskiy 3 years ago
parent 1845812531
commit 2cc8a36058

@ -1,5 +1,6 @@
.textHead{
text-shadow: 1px 1px #ffffff;
text-shadow: 2px 2px @theme_bg_color;
color: @theme_text_color;
}
.bannerbackground {
background-color: #404040;

@ -104,8 +104,7 @@
<property name="label" translatable="yes">Run applications as another user
with the specified priority</property>
<attributes>
<attribute name="font-desc" value="URW Gothic Semi-Bold 10"/>
<attribute name="foreground" value="#000023233232"/>
<attribute name="weight" value="bold"/>
<attribute name="size" value="15360"/>
</attributes>
</object>
@ -1939,7 +1938,6 @@ with the specified priority</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="margin-left">20</property>
<property name="margin-right">20</property>
<property name="margin-start">20</property>
@ -1959,13 +1957,11 @@ with the specified priority</property>
<object class="GtkLabel" id="lblMessageError">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="margin-left">10</property>
<property name="margin-right">25</property>
<property name="margin-start">10</property>
<property name="margin-end">25</property>
<property name="margin-top">34</property>
<property name="margin-top">20</property>
<property name="margin-bottom">20</property>
<property name="label">Select an executable file or program</property>
<property name="wrap">True</property>

Loading…
Cancel
Save